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