combiner and reducer can be different?

Viewed 27550

In many MapReduce programs, I see a reducer being used as a combiner as well. I know this is because of the specific nature of those programs. But I am wondering if they can be different.

4 Answers
Related