Class PutSortReducer

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

@Public public class PutSortReducer extends org.apache.hadoop.mapreduce.Reducer<ImmutableBytesWritable,Put,ImmutableBytesWritable,KeyValue>
Emits sorted Puts. Reads in all Puts from passed Iterator, sorts them, then emits Puts in sorted order. If lots of columns per row, it will use lots of memory sorting.
See Also: