What are the difference between of the “HDFS Block” and “Input Split”?
Answer Posted / Rahul Kumar Rai
An HDFS Block is a physical unit of data stored in multiple replicas on DataNodes. An Input Split, on the other hand, is a logical division of a file for processing during MapReduce jobs. Each Input Split corresponds to one block or a part of a large block, and it contains metadata such as the location of the data on the cluster.
| 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