public static class MultiFileWordCount.MapClass extends org.apache.hadoop.mapreduce.Mapper<MultiFileWordCount.WordOffset,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.IntWritable>
WordCount.TokenizerMapper.| Constructor and Description |
|---|
MapClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(MultiFileWordCount.WordOffset key,
org.apache.hadoop.io.Text value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
public void map(MultiFileWordCount.WordOffset key, org.apache.hadoop.io.Text value, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
map in class org.apache.hadoop.mapreduce.Mapper<MultiFileWordCount.WordOffset,org.apache.hadoop.io.Text,org.apache.hadoop.io.Text,org.apache.hadoop.io.IntWritable>IOExceptionInterruptedExceptionCopyright © 2008–2020 Apache Software Foundation. All rights reserved.