@InterfaceAudience.Public @InterfaceStability.Evolving public class PutCombiner<K> extends org.apache.hadoop.mapreduce.Reducer<K,Put,K,Put>
K
into a single
instance.TableMapReduceUtil
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
PutCombiner() |
protected void reduce(K row, Iterable<Put> vals, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
reduce
in class org.apache.hadoop.mapreduce.Reducer<K,Put,K,Put>
IOException
InterruptedException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.