public static class WebTableReader.WebTableStatCombiner extends Reducer<Text,LongWritable,Text,LongWritable>
Reducer.Context| Constructor and Description |
|---|
WebTableReader.WebTableStatCombiner() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(Reducer.Context context) |
void |
reduce(Text key,
Iterable<LongWritable> values,
Reducer.Context context) |
void |
setup(Reducer.Context context) |
public void setup(Reducer.Context context)
setup in class Reducer<Text,LongWritable,Text,LongWritable>public void cleanup(Reducer.Context context)
cleanup in class Reducer<Text,LongWritable,Text,LongWritable>public void reduce(Text key, Iterable<LongWritable> values, Reducer.Context context) throws IOException, InterruptedException
reduce in class Reducer<Text,LongWritable,Text,LongWritable>IOExceptionInterruptedExceptionCopyright © 2015 The Apache Software Foundation