org.apache.nutch.segment
Class SegmentReader.TextOutputFormat

java.lang.Object
  extended by org.apache.hadoop.mapred.FileOutputFormat<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable>
      extended by org.apache.nutch.segment.SegmentReader.TextOutputFormat
All Implemented Interfaces:
org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable>
Enclosing class:
SegmentReader

public static class SegmentReader.TextOutputFormat
extends org.apache.hadoop.mapred.FileOutputFormat<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable>

Implements a text output format


Constructor Summary
SegmentReader.TextOutputFormat()
           
 
Method Summary
 org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable> getRecordWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)
           
 
Methods inherited from class org.apache.hadoop.mapred.FileOutputFormat
checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getTaskOutputPath, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SegmentReader.TextOutputFormat

public SegmentReader.TextOutputFormat()
Method Detail

getRecordWriter

public org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable> getRecordWriter(org.apache.hadoop.fs.FileSystem fs,
                                                                                                                                    org.apache.hadoop.mapred.JobConf job,
                                                                                                                                    String name,
                                                                                                                                    org.apache.hadoop.util.Progressable progress)
                                                                                                                             throws IOException
Specified by:
getRecordWriter in interface org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable>
Specified by:
getRecordWriter in class org.apache.hadoop.mapred.FileOutputFormat<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable>
Throws:
IOException


Copyright © 2006 The Apache Software Foundation