public class IndexerOutputFormat extends OutputFormat<String,NutchDocument>
| Constructor and Description |
|---|
IndexerOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkOutputSpecs(JobContext jobContext) |
OutputCommitter |
getOutputCommitter(TaskAttemptContext arg0) |
RecordWriter<String,NutchDocument> |
getRecordWriter(TaskAttemptContext job) |
public RecordWriter<String,NutchDocument> getRecordWriter(TaskAttemptContext job) throws IOException, InterruptedException
getRecordWriter in class OutputFormat<String,NutchDocument>IOExceptionInterruptedExceptionpublic void checkOutputSpecs(JobContext jobContext) throws IOException, InterruptedException
checkOutputSpecs in class OutputFormat<String,NutchDocument>IOExceptionInterruptedExceptionpublic OutputCommitter getOutputCommitter(TaskAttemptContext arg0) throws IOException, InterruptedException
getOutputCommitter in class OutputFormat<String,NutchDocument>IOExceptionInterruptedExceptionCopyright © 2015 The Apache Software Foundation