public static class PhraseExtractAndCount.MapClass1 extends org.apache.hadoop.mapred.MapReduceBase implements org.apache.hadoop.mapred.Mapper<org.apache.hadoop.io.IntWritable,PhrasePair,PhrasePair,org.apache.hadoop.io.IntWritable>
| Constructor and Description |
|---|
PhraseExtractAndCount.MapClass1() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(org.apache.hadoop.io.IntWritable key,
PhrasePair value,
org.apache.hadoop.mapred.OutputCollector<PhrasePair,org.apache.hadoop.io.IntWritable> output,
org.apache.hadoop.mapred.Reporter reporter) |
public void map(org.apache.hadoop.io.IntWritable key,
PhrasePair value,
org.apache.hadoop.mapred.OutputCollector<PhrasePair,org.apache.hadoop.io.IntWritable> output,
org.apache.hadoop.mapred.Reporter reporter)
throws IOException
map in interface org.apache.hadoop.mapred.Mapper<org.apache.hadoop.io.IntWritable,PhrasePair,PhrasePair,org.apache.hadoop.io.IntWritable>IOExceptionCopyright © 2015. All rights reserved.