@InterfaceAudience.Public public class IdentityTableReduce extends org.apache.hadoop.mapred.MapReduceBase implements TableReduce<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Put>
| Constructor and Description |
|---|
IdentityTableReduce() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(org.apache.hadoop.hbase.io.ImmutableBytesWritable key,
Iterator<org.apache.hadoop.hbase.client.Put> values,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Put> output,
org.apache.hadoop.mapred.Reporter reporter)
No aggregation, output pairs of (key, record)
|
public void reduce(org.apache.hadoop.hbase.io.ImmutableBytesWritable key,
Iterator<org.apache.hadoop.hbase.client.Put> values,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Put> output,
org.apache.hadoop.mapred.Reporter reporter)
throws IOException
reduce in interface org.apache.hadoop.mapred.Reducer<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Put,org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Put>key - values - output - reporter - IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.