org.apache.nutch.indexer
Class IndexerOutputFormat

java.lang.Object
  extended by org.apache.hadoop.mapreduce.OutputFormat<K,V>
      extended by org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<String,NutchDocument>
          extended by org.apache.nutch.indexer.IndexerOutputFormat

public class IndexerOutputFormat
extends FileOutputFormat<String,NutchDocument>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
FileOutputFormat.Counter
 
Field Summary
 
Fields inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
BASE_OUTPUT_NAME, PART
 
Constructor Summary
IndexerOutputFormat()
           
 
Method Summary
 RecordWriter<String,NutchDocument> getRecordWriter(TaskAttemptContext job)
           
 
Methods inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexerOutputFormat

public IndexerOutputFormat()
Method Detail

getRecordWriter

public RecordWriter<String,NutchDocument> getRecordWriter(TaskAttemptContext job)
                                                   throws IOException,
                                                          InterruptedException
Specified by:
getRecordWriter in class FileOutputFormat<String,NutchDocument>
Throws:
IOException
InterruptedException


Copyright © 2012 The Apache Software Foundation