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>
IOException
InterruptedException
public void checkOutputSpecs(JobContext jobContext) throws IOException, InterruptedException
checkOutputSpecs
in class OutputFormat<String,NutchDocument>
IOException
InterruptedException
public OutputCommitter getOutputCommitter(TaskAttemptContext arg0) throws IOException, InterruptedException
getOutputCommitter
in class OutputFormat<String,NutchDocument>
IOException
InterruptedException
Copyright © 2015 The Apache Software Foundation