Class CellSortReducer

java.lang.Object
org.apache.hadoop.mapreduce.Reducer<ImmutableBytesWritable,Cell,ImmutableBytesWritable,Cell>
org.apache.hadoop.hbase.mapreduce.CellSortReducer

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