In a MapReduce program, what does the term "InputSplit" represent?
A. Represents a chunk of input data
B. Combine intermediate key-value pairs on the mapper side
C. Aggregate values on the reducer side
D. Convert data into a binary format
Answer: Option A

Join The Discussion