@InterfaceAudience.Public
public class PutCombiner<K>
extends org.apache.hadoop.mapreduce.Reducer<K,org.apache.hadoop.hbase.client.Put,K,org.apache.hadoop.hbase.client.Put>
K into a single
instance.TableMapReduceUtil| Constructor and Description |
|---|
PutCombiner() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
reduce(K row,
Iterable<org.apache.hadoop.hbase.client.Put> vals,
org.apache.hadoop.mapreduce.Reducer.Context context) |
protected void reduce(K row, Iterable<org.apache.hadoop.hbase.client.Put> vals, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
reduce in class org.apache.hadoop.mapreduce.Reducer<K,org.apache.hadoop.hbase.client.Put,K,org.apache.hadoop.hbase.client.Put>IOExceptionInterruptedExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.