What is Combiner in Hadoop?



What is Combiner in Hadoop?..

Answer / Amit Kumar Kashyap

Combiner is an optional step in the MapReduce processing model that performs partial reduction of intermediate key-value pairs within the map task before sending them to the reduce task, reducing network traffic and improving performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hadoop General Interview Questions

What do you understand by unit and ()in scala?

1 Answers  


What do you think about the speculative execution?

1 Answers  


Explain what is namenode in hadoop?

1 Answers  


Which modes can Hadoop be run in? List a few features for each mode?

0 Answers  


How to handle bad records during parsing?

1 Answers  


Did you ever ran into a lop sided job that resulted in out of memory error, if yes then how did you handled it ?

1 Answers  


Which are the three modes in which hadoop can be run?

1 Answers  


What is the number of default partitioner in hadoop?

1 Answers  


What is the difference between TextInputFormat and KeyValueInputFormat class?

1 Answers  


Can you explain commodity hardware?

1 Answers  


Is Namenode machine same as DataNode machine as in terms of hardware in Hadoop?

1 Answers  


Doesn’t google have its very own version of dfs?

1 Answers  


Categories