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,
Context context)
Pass the key, and reversed value to reduce
|
public void map(ImmutableBytesWritable key, Result value, Context context) throws IOException, InterruptedException
key
- value
- context
- IOException
InterruptedException