MapReduce Cloud Computing Question:

What is combiners?

Tweet Share WhatsApp

Answer:

Combiners codes are used to increase the efficiency of a mapreduce process. They basically help by reducing the amount of data that needs to be shifted across to reducers. As a safe practice the mapreduce jobs should never depend upon combiners execution.

Download Cloud Computing - MapReduce PDF Read All 15 Cloud Computing - MapReduce Questions
Previous QuestionNext Question
Explain the purpose of the Partition function in mapreduce framework?Can you explain what you understand by speculative execution?