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