What happen if the number of the reducer is 0 in MapReduce?



What happen if the number of the reducer is 0 in MapReduce?..

Answer / Salman Khan

If the number of reducers is 0 in a MapReduce job, no reduction phase will be performed. This means that the output of the map phase will be directly written to the output files without any aggregation or sorting.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MapReduce Interview Questions

Explain what is “map” and what is "reducer" in hadoop?

1 Answers  


What is shuffling and sorting in Hadoop MapReduce?

1 Answers  


Explain about the basic parameters of mapper and reducer function

1 Answers  


What is the difference between Hadoop and RDBMS?

1 Answers  


how can you debug Hadoop code?

1 Answers  


When is it suggested to use a combiner in a MapReduce job?

1 Answers  


What is difference between a MapReduce InputSplit and HDFS block

1 Answers  


What combiners is and when you should use a combiner in a MapReduce Job?

1 Answers  


What is shuffling in mapreduce?

1 Answers  


What is the next step after Mapper or MapTask?

1 Answers  


What is Counter in MapReduce?

1 Answers  


what are the most common input formats defined in Hadoop?

1 Answers  


Categories