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