Q. In MapReduce, what is the purpose of the Map task? (A) Sort and shuffle data (B) Process input key-value pairs (C) Aggregate values on the reducer side (D) Distribute data across nodes ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Process input key-value pairs