0 votes
in HDFS by

Can I set the number of Reducers to Zero?

1 Answer

0 votes
by

Yes, Setting the number of reducers to zero is a valid configuration in Hadoop. When you set the reducers to zero no reducers will be executed, and the output of each mapper will be stored to a separate file on HDFS.This is different from the condition when reducers are set to a number greater than zero and the Mappers output (intermediate data) is written to the Local file system(NOT HDFS) of each mappter slave node.

Related questions

0 votes
asked Jan 23, 2020 in Angular 2 Game Of States by sharadyadav1986
0 votes
asked Nov 24, 2020 in Hadoop by rahuljain1
...