Class KeyValueSortReducer

java.lang.Object
org.apache.hadoop.mapreduce.Reducer<ImmutableBytesWritable,KeyValue,ImmutableBytesWritable,KeyValue>
org.apache.hadoop.hbase.mapreduce.KeyValueSortReducer

@Deprecated @Public public class KeyValueSortReducer extends org.apache.hadoop.mapreduce.Reducer<ImmutableBytesWritable,KeyValue,ImmutableBytesWritable,KeyValue>
Deprecated.
Use CellSortReducer. Will be removed from 3.0 onwards
Emits sorted KeyValues. Reads in all KeyValues from passed Iterator, sorts them, then emits KeyValues in sorted order. If lots of columns per row, it will use lots of memory sorting.
See Also: