Login
Remember
Register
Ask a Question
What happens if number of Reducers are 0?
0
votes
asked
Jun 21, 2023
in
HDFS
by
sharadyadav1986
What happens if number of Reducers are 0?
reducers
hdfs
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 21, 2023
by
sharadyadav1986
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.
...