public static class TestMultithreadedTableMapper.ProcessContentsMapper extends TableMapper<ImmutableBytesWritable,Put>
| Constructor and Description |
|---|
ProcessContentsMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(ImmutableBytesWritable key,
Result value,
org.apache.hadoop.mapreduce.Mapper.Context context)
Pass the key, and reversed value to reduce
|
public ProcessContentsMapper()
public void map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
map in class org.apache.hadoop.mapreduce.Mapper<ImmutableBytesWritable,Result,ImmutableBytesWritable,Put>key - value - context - IOExceptionInterruptedExceptionCopyright © 2007–2019 Cloudera. All rights reserved.