Mapreduce InputSplit vs Blocks: A Comparison Guide
Input Split: This shows the data that each mapper processes separately. As a result, the number of input splits and the number of map tasks are equal. The mapper processes the records that the framework...