Question
Why must the partitioner be consistent with the grouping comparator?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Keys that belong to the same reducer group must reach the same reducer
Explanation:
If grouped keys are split across reducers, no reducer sees the complete group.
The partitioner commonly uses the primary grouping fields.
Leave a Reply