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