0 votes
in HDFS by

How many Reducers should be configured?

1 Answer

0 votes
by
The right number of reduces seems to be 0.95 or 1.75 multiplied by (<no.of nades> * mapreduce.tasktracker.reduce.tasks.maximum). With 0.95 all of the reduces can launch immediately and start transfering map outputs as the maps finish. With 1.75 the faster nodes will finish their first round of reduces and launch a second wave of reduces doing a much better job of load balancing. Increasing the number of reduces increases the framework overhead, but increases load balancing and lowers the cost of failures.

Related questions

+1 vote
asked Jun 24, 2021 in Redux by SakshiSharma
0 votes
asked Dec 21, 2022 in HDFS by Robin
...