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