What are the constraints on combiner implementation ?
Combiner class must
implement Reducer interface and must provide implementation for
reduce()
method. The combiner class’s reduce() method must have same input and output
key-value types as the reducer class.