public static class TestTableSnapshotInputFormat.TestTableSnapshotReducer extends org.apache.hadoop.mapred.MapReduceBase implements org.apache.hadoop.mapred.Reducer<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>
Modifier and Type | Field and Description |
---|---|
(package private) HBaseTestingUtility.SeenRowTracker |
rowTracker |
Constructor and Description |
---|
TestTableSnapshotReducer() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
reduce(org.apache.hadoop.hbase.io.ImmutableBytesWritable key,
Iterator<org.apache.hadoop.io.NullWritable> values,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable> collector,
org.apache.hadoop.mapred.Reporter reporter) |
HBaseTestingUtility.SeenRowTracker rowTracker
public TestTableSnapshotReducer()
public void reduce(org.apache.hadoop.hbase.io.ImmutableBytesWritable key, Iterator<org.apache.hadoop.io.NullWritable> values, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable> collector, 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.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class org.apache.hadoop.mapred.MapReduceBase
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.