Question - What is the difference between “HDFS Block” and “Input Split”?
Answer -
The HDFS divides the input data physically into blocks for processing which is known as HDFS Block.
Input Split is a logical division of data by mapper for mapping operation.