Class TextOutputFormat<K,V>

java.lang.Object
org.apache.hadoop.mapred.FileOutputFormat<K,V>
org.apache.hadoop.mapred.TextOutputFormat<K,V>
All Implemented Interfaces:
OutputFormat<K,V>

@Public @Stable public class TextOutputFormat<K,V> extends FileOutputFormat<K,V>
An OutputFormat that writes plain text files.