Q. 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Represents a chunk of input data