Question
What happens if a MapReduce job uses one reducer?
Select an option. Your answer will be checked instantly.
Correct Answer: B. All intermediate keys are sent to a single reducer and final output can be globally sorted by key
Explanation:
One reducer receives all partitions, creating a global key order.
This can become a serious scalability bottleneck.
Leave a Reply