public static class WebTableReader.WebTableStatReducer extends Reducer<Text,LongWritable,Text,LongWritable>
Reducer.Context
Constructor and Description |
---|
WebTableStatReducer() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup(Reducer.Context context) |
protected void |
reduce(Text key,
java.lang.Iterable<LongWritable> values,
Reducer.Context context) |
public void cleanup(Reducer.Context context)
cleanup
in class Reducer<Text,LongWritable,Text,LongWritable>
protected 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