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)
|