org.apache.nutch.segment
Class SegmentMerger.SegmentOutputFormat

java.lang.Object
  extended by org.apache.hadoop.mapred.FileOutputFormat<org.apache.hadoop.io.Text,MetaWrapper>
      extended by org.apache.nutch.segment.SegmentMerger.SegmentOutputFormat
All Implemented Interfaces:
org.apache.hadoop.mapred.OutputFormat<org.apache.hadoop.io.Text,MetaWrapper>
Enclosing class:
SegmentMerger

public static class SegmentMerger.SegmentOutputFormat
extends org.apache.hadoop.mapred.FileOutputFormat<org.apache.hadoop.io.Text,MetaWrapper>


Constructor Summary
SegmentMerger.SegmentOutputFormat()
           
 
Method Summary
 org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.Text,MetaWrapper> 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

SegmentMerger.SegmentOutputFormat

public SegmentMerger.SegmentOutputFormat()
Method Detail

getRecordWriter

public org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.Text,MetaWrapper> 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.Text,MetaWrapper>
Specified by:
getRecordWriter in class org.apache.hadoop.mapred.FileOutputFormat<org.apache.hadoop.io.Text,MetaWrapper>
Throws:
IOException


Copyright © 2006 The Apache Software Foundation