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