Question
What determines which reducer receives an intermediate key?
Select an option. Your answer will be checked instantly.
Correct Answer: B. The partitioner
Explanation:
The partitioner maps keys to reducer partitions.
A correct partitioner sends every identical key to the same reducer.
Leave a Reply