Sunday 13 December 2015

What is a Combiner?

The Combiner is a ‘mini-reduce’ process which operates only on data generated by a mapper. The Combiner will receive as input all data emitted by the Mapper instances o3n a given node. The output from the Combiner is then sent to the Reducers, instead of the output from the Mappers.

No comments:

Post a Comment