@InterfaceAudience.Public @InterfaceStability.Stable public class IdentityTableReduce extends MapReduceBase implements TableReduce<ImmutableBytesWritable,Put>
| Constructor and Description |
|---|
IdentityTableReduce() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(ImmutableBytesWritable key,
java.util.Iterator<Put> values,
<any> output,
Reporter reporter)
No aggregation, output pairs of (key, record)
|
public void reduce(ImmutableBytesWritable key, java.util.Iterator<Put> values, <any> output, Reporter reporter) throws java.io.IOException
key - values - output - reporter - java.io.IOException