Friday 8 March 2013

What is the Reducer used for?


Reducer reduces a set of intermediate values which share a key to a (usually smaller) set of values.
The number of reduces for the job is set by the user via Job.setNumReduceTasks(int).

No comments:

Post a Comment