public static class WebGraph.OutlinkDb.OutlinkDbReducer extends Reducer<Text,NutchWritable,Text,LinkDatum>
Reducer.Context
Constructor and Description |
---|
OutlinkDbReducer() |
Modifier and Type | Method and Description |
---|---|
void |
reduce(Text key,
java.lang.Iterable<NutchWritable> values,
Reducer.Context context) |
void |
setup(Reducer.Context context)
Configures the OutlinkDb job reducer.
|
public void setup(Reducer.Context context)
public void reduce(Text key, java.lang.Iterable<NutchWritable> values, Reducer.Context context) throws java.io.IOException, java.lang.InterruptedException
Copyright © 2018 The Apache Software Foundation