Question
What is the purpose of a grouping comparator?
Select an option. Your answer will be checked instantly.
Correct Answer: B. To define which sorted intermediate keys are treated as one reducer group
Explanation:
Grouping can ignore part of a composite key while sort order uses all fields.
This is central to secondary-sort patterns.
Leave a Reply