public class DistinctCombiner
extends java.lang.Object
A special implementation of combiner used only for distinct. This combiner
does not even parse out the records. It just throws away duplicate values
in the key in order ot minimize the data being sent to the reduce.