adspace
What is difference between a MapReduce InputSplit and HDFS block
Answer Posted / Vinita Chaudhary
An HDFS block is a physical segment of data stored in Hadoop Distributed File System. An InputSplit, on the other hand, is a logical partition of the data that MapReduce uses to divide the work among multiple mappers. One or more HDFS blocks can contribute to an InputSplit, and the size of an InputSplit doesn't necessarily match the size of an HDFS block.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category