Question
What is the shuffle phase?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Transferring mapper output partitions to the appropriate reducers
Explanation:
Shuffle moves intermediate records across the cluster by partition.
It can be one of the most network-intensive stages.
Leave a Reply