0 votes
in HDFS by

What is the Reducer used for?

1 Answer

0 votes
by

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).

Related questions

+1 vote
asked Jun 25, 2021 in Redux by SakshiSharma
+1 vote
asked Jun 29, 2021 in HDFS by Robindeniel
...