How to configure the number of the Combiner in MapReduce?



How to configure the number of the Combiner in MapReduce?..

Answer / Piyush Kumar

The number of Combiner can be configured by setting the property 'mapred.combiner.classes' in the job configuration. You need to specify the fully qualified name of your Combiner class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MapReduce Interview Questions

What is partitioner and its usage?

1 Answers  


What does a split do?

1 Answers  


What is the fundamental difference between a MapReduce Split and a HDFS block?scale data processing?

1 Answers  


Why do we need MapReduce during Pig programming?

1 Answers  


What are advantages of Spark over MapReduce?

1 Answers  


What is the difference between an RDBMS and Hadoop?

1 Answers  


What is LazyOutputFormat in MapReduce?

1 Answers  


What is the job of blend () and repartition () in Map Reduce?

1 Answers  


What is a distributed cache in mapreduce framework?

1 Answers  


How is mapreduce related to cloud computing?

1 Answers  


What is the Hadoop MapReduce API contract for a key and value Class?

1 Answers  


How hadoop mapreduce works?

1 Answers  


Categories