Question
How many InputSplits is made by a Hadoop Framework?

Answers

Hadoop will make 5 splits as following:

One split for 64K files
Two splits for 65MB files, and
Two splits for 127MB files   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q What is the significance of an algorithm to C programming?
  • Q If you don't want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread.
  • Q Who took charge as Kerala governor?
  • Q Explain xmlbeanfactory?
  • Q Briefly explain the BST algorithm.
  • Q What is the name of the Cambridge University College that was originally for women only?
  • Q In a table can we use primary key in one column and in another column both unique and not null constrains.if yes how?
  • Q Display dept numbers and total number of employees within each group.
  • Q What are the disadvantages and advantages of having a small amount of superheat for a refrigerant vapours entering the compressor suction?
  • Q The official language of the country?
  • Q To catch any possible exception What is the C# syntax written ?