public static class MapredWordCount.MapClass extends org.apache.hadoop.mapred.MapReduceBase implements org.apache.hadoop.mapred.Mapper<LongWritable,Text,Text,IntWritable>
| Constructor and Description |
|---|
MapClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(LongWritable key,
Text value,
org.apache.hadoop.mapred.OutputCollector<Text,IntWritable> output,
org.apache.hadoop.mapred.Reporter reporter) |
public void map(LongWritable key, Text value, org.apache.hadoop.mapred.OutputCollector<Text,IntWritable> output, org.apache.hadoop.mapred.Reporter reporter) throws IOException
map in interface org.apache.hadoop.mapred.Mapper<LongWritable,Text,Text,IntWritable>IOExceptionCopyright © 2021 Apache Software Foundation. All rights reserved.