public class FetcherOutputFormat extends java.lang.Object implements OutputFormat<Text,NutchWritable>
| Constructor and Description |
|---|
FetcherOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkOutputSpecs(FileSystem fs,
JobConf job) |
RecordWriter<Text,NutchWritable> |
getRecordWriter(FileSystem fs,
JobConf job,
java.lang.String name,
Progressable progress) |
public void checkOutputSpecs(FileSystem fs, JobConf job) throws java.io.IOException
checkOutputSpecs in interface OutputFormat<Text,NutchWritable>java.io.IOExceptionpublic RecordWriter<Text,NutchWritable> getRecordWriter(FileSystem fs, JobConf job, java.lang.String name, Progressable progress) throws java.io.IOException
getRecordWriter in interface OutputFormat<Text,NutchWritable>java.io.IOExceptionCopyright © 2017 The Apache Software Foundation