public static class WARCExporter.WARCMapReduce.WARCReducer extends Reducer<Text,NutchWritable,NullWritable,com.martinkl.warc.WARCWritable>
Reducer.Context| Constructor and Description |
|---|
WARCReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(Text key,
java.lang.Iterable<NutchWritable> values,
Reducer.Context context) |
void |
setup(Reducer.Context context) |
public void setup(Reducer.Context context)
setup in class Reducer<Text,NutchWritable,NullWritable,com.martinkl.warc.WARCWritable>public void reduce(Text key, java.lang.Iterable<NutchWritable> values, Reducer.Context context) throws java.io.IOException, java.lang.InterruptedException
reduce in class Reducer<Text,NutchWritable,NullWritable,com.martinkl.warc.WARCWritable>java.io.IOExceptionjava.lang.InterruptedExceptionCopyright © 2019 The Apache Software Foundation