Q. In Hadoop, what is the function of 'input split'?
β
Correct Answer: (C)
Splits input data into chunks for mappers
Explanation: Input splits divide the input data so that each mapper processes a portion of it.