public static class TestMultiTableSnapshotInputFormat.Mapper extends MultiTableInputFormatTestBase.ScanMapper implements TableMap<ImmutableBytesWritable,ImmutableBytesWritable>
| Constructor and Description |
|---|
Mapper() |
| 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 |
map(ImmutableBytesWritable key,
Result value,
org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,ImmutableBytesWritable> outputCollector,
org.apache.hadoop.mapred.Reporter reporter) |
makeAssertions, mappublic Mapper()
public void map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,ImmutableBytesWritable> outputCollector, org.apache.hadoop.mapred.Reporter reporter) throws IOException
map in interface org.apache.hadoop.mapred.Mapper<ImmutableBytesWritable,Result,ImmutableBytesWritable,ImmutableBytesWritable>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.