Explain combiners.



Explain combiners...

Answer / Jwala Singh

Combiners in MapReduce are a technique used to optimize the sorting phase. They allow intermediate key-value pairs to be aggregated on each mapper node before sending them to the reducer nodes for final aggregation. This reduces the amount of data that needs to be shuffled between mappers and reducers, thereby improving the overall performance and reducing network traffic.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MapReduce Interview Questions

What is the next step after Mapper or MapTask?

1 Answers  


how indexing in HDFS is done?

1 Answers  


what are the main configuration parameters that user need to specify to run Mapreduce Job ?

1 Answers  


What is the best way to copy files between HDFS clusters?

1 Answers  


What is difference between a MapReduce InputSplit and HDFS block

1 Answers  


How to create custom key and custom value in MapReduce Job?

1 Answers  


How can we control particular key should go in a specific reducer?

1 Answers  


MapReduce Types and Formats and Setting up a Hadoop Cluster?

1 Answers  


Is it possible to split 100 lines of input as a single split in MapReduce?

1 Answers  


What main configuration parameters are specified in mapreduce?

1 Answers  


What is a IdentityMapper and IdentityReducer in MapReduce ?

1 Answers  


Explain task granularity

1 Answers  


Categories