[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

This is an old revision of the document!


Table of Contents

MapReduce Tutorial : Custom sorting and grouping comparators.

Sorting comparator

The keys are sorted before processed by a reducer, using a
Raw comparator.

Grouping comparator

In a reduce, it is guaranteed that keys are processed in ascending order. Sometimes it would be useful if the values associated with one key could also be processed in ascending order.


Step 28: Custom data types. Overview Step 30: Custom input formats.


[ Back to the navigation ] [ Back to the content ]