public static class SampleTermDocVectors.MyReducer extends MapReduceBase implements Reducer<IntWritable,HMapSFW,IntWritable,HMapSFW>
| Constructor and Description |
|---|
SampleTermDocVectors.MyReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(IntWritable key,
Iterator<HMapSFW> values,
OutputCollector<IntWritable,HMapSFW> output,
Reporter reporter) |
close, configureequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurepublic void reduce(IntWritable key, Iterator<HMapSFW> values, OutputCollector<IntWritable,HMapSFW> output, Reporter reporter) throws IOException
reduce in interface Reducer<IntWritable,HMapSFW,IntWritable,HMapSFW>IOException