@InterfaceAudience.Public public class CellSortReducer extends org.apache.hadoop.mapreduce.Reducer<ImmutableBytesWritable,Cell,ImmutableBytesWritable,Cell>
HFileOutputFormat2
Constructor and Description |
---|
CellSortReducer() |
Modifier and Type | Method and Description |
---|---|
protected void |
reduce(ImmutableBytesWritable row,
Iterable<Cell> kvs,
org.apache.hadoop.mapreduce.Reducer.Context context) |
public CellSortReducer()
protected void reduce(ImmutableBytesWritable row, Iterable<Cell> kvs, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
reduce
in class org.apache.hadoop.mapreduce.Reducer<ImmutableBytesWritable,Cell,ImmutableBytesWritable,Cell>
IOException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.