public static class XMLFormatJudgments.MyReducer extends MapReduceBase implements Reducer<PseudoQuery,PseudoJudgments,Text,Text>
| Constructor and Description |
|---|
XMLFormatJudgments.MyReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(JobConf job) |
void |
reduce(PseudoQuery key,
Iterator<PseudoJudgments> values,
OutputCollector<Text,Text> output,
Reporter reporter) |
closepublic void configure(JobConf job)
configure in interface JobConfigurableconfigure in class MapReduceBasepublic void reduce(PseudoQuery key, Iterator<PseudoJudgments> values, OutputCollector<Text,Text> output, Reporter reporter) throws IOException
reduce in interface Reducer<PseudoQuery,PseudoJudgments,Text,Text>IOException