0 votes
in HDFS by
What happens if number of Reducers are 0?

1 Answer

0 votes
by
In this case the outputs of the map-tasks go directly to the FileSystem, into the output path set by setOutputPath(Path). The framework does not sort the map-outputs before writing them out to the FileSystem.

Related questions

0 votes
asked Nov 8, 2020 in Hadoop by rahuljain1
+1 vote
asked Jun 28, 2021 in HDFS by Robindeniel
...