public static class TestMultiTableSnapshotInputFormat.Reducer extends MultiTableInputFormatTestBase.ScanReducer implements org.apache.hadoop.mapred.Reducer<ImmutableBytesWritable,ImmutableBytesWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>
| Constructor and Description |
|---|
Reducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this stream and releases any system resources associated
with it.
|
void |
configure(org.apache.hadoop.mapred.JobConf jobConf) |
void |
reduce(ImmutableBytesWritable key,
Iterator<ImmutableBytesWritable> values,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable> outputCollector,
org.apache.hadoop.mapred.Reporter reporter) |
cleanup, cleanup, makeAssertions, reducepublic Reducer()
public void reduce(ImmutableBytesWritable key, Iterator<ImmutableBytesWritable> values, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable> outputCollector, org.apache.hadoop.mapred.Reporter reporter) throws IOException
reduce in interface org.apache.hadoop.mapred.Reducer<ImmutableBytesWritable,ImmutableBytesWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>IOExceptionpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableIOException - if an I/O error occurspublic void configure(org.apache.hadoop.mapred.JobConf jobConf)
configure in interface org.apache.hadoop.mapred.JobConfigurableCopyright © 2007–2019 Cloudera. All rights reserved.