Clarify what combiners are and when you should utilize a combiner in a Map Reduce Job?

devquora
devquora

Posted On: Feb 22, 2018

 

To enhance the effectiveness of Map Reduce Program, Combiners are utilized. The amount of information can be lessened with the assistance of combiner’s that should be exchanged across to the reducers. If the task performed is commutative and affiliated you can utilize your reducer code as a combiner.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Mapreduce Interview Questions

    What is Hadoop Map Reduce?

    Map Reduce is the core of Hadoop. It is one of the programming paradigms that acknowledge into consideration enormous a..

    Mapreduce Interview Questions

    What is the need of Map Reduce?

    Map Reduce is information handling paradigms in itself. This was one of its kind information handlings and has been tra..

    Mapreduce Interview Questions

    Clarify what is shuffling in Map Reduce?

    The procedure by which the framework lays out the sort and transfers the map outputs to the reducer as sources of inform..