public static class WebTableReader.WebTableStatCombiner extends Reducer<Text,LongWritable,Text,LongWritable>
Reducer.Context
Constructor and Description |
---|
WebTableStatCombiner() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup(Reducer.Context context) |
void |
reduce(Text key,
java.lang.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, java.lang.Iterable<LongWritable> values, Reducer.Context context) throws java.io.IOException, java.lang.InterruptedException
reduce
in class Reducer<Text,LongWritable,Text,LongWritable>
java.io.IOException
java.lang.InterruptedException
Copyright © 2019 The Apache Software Foundation