Question
Why is a Block in HDFS So Large?

Answers

HDFS blocks are large compared to disk blocks, and the reason is to minimize the cost of seeks. By making a block large enough, the time to transfer the data from the disk can be made to be significantly larger than the time to seek to the start of the block. Thus the time to transfer a large file made of multiple blocks operates at the disk transfer rate.   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 are the basic stuff you require to begin creating test cases
  • Q Which statement is used to add a new row in a database table?
  • Q Which rulers of Kerala controlled the Laccadives?
  • Q What is your major achievement?
  • Q Can you manually generate a purchase requisition referencing a purchase order or a scheduling agreement?
  • Q C#.NET, How do you make a Web Service call timeout, eg. ws.Timeout = 100; doesn't work.
  • Q The Pune college founded in 1885 which has been accorded the special heritage status by the University Grants Commission (UGC) ?
  • Q State one reason why administering a injection intravenously may not be done
  • Q 'What help is available for disabled candidates?'
  • Q Which Sultan provided employment to unemployeds?
  • Q What are the common uses of "this" keyword in java ?