adspace


What is the difference between Reducer and Combiner in Hadoop MapReduce?

Answer Posted / Reetu Rana

In Hadoop MapReduce, a Reducer combines the output of multiple Mappers to produce the final result for each key. A Combiner, on the other hand, performs a partial reduction of the data before it is sent to the reducer nodes. It helps optimize the performance by reducing the amount of data that needs to be transferred over the network.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category