org.apache.hadoop.mapred
Class TextOutputFormat

java.lang.Object
  extended byorg.apache.hadoop.mapred.OutputFormatBase
      extended byorg.apache.hadoop.mapred.TextOutputFormat
All Implemented Interfaces:
OutputFormat

public class TextOutputFormat
extends OutputFormatBase

An OutputFormat that writes plain text files.


Constructor Summary
TextOutputFormat()
           
 
Method Summary
 RecordWriter getRecordWriter(FileSystem fs, JobConf job, String name)
          Construct a RecordWriter.
 
Methods inherited from class org.apache.hadoop.mapred.OutputFormatBase
checkOutputSpecs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextOutputFormat

public TextOutputFormat()
Method Detail

getRecordWriter

public RecordWriter getRecordWriter(FileSystem fs,
                                    JobConf job,
                                    String name)
                             throws IOException
Description copied from interface: OutputFormat
Construct a RecordWriter.

Specified by:
getRecordWriter in interface OutputFormat
Specified by:
getRecordWriter in class OutputFormatBase
Throws:
IOException


Copyright © 2006 The Apache Software Foundation