Class | Description |
---|---|
FileOutputCommitter |
An
OutputCommitter that commits files specified
in job output directory i.e. |
FileOutputFormat<K,V> |
A base class for
OutputFormat s that read from FileSystem s. |
NullOutputFormat<K,V> |
Consume all outputs and put them in /dev/null.
|
SequenceFileOutputFormat<K,V> |
An
OutputFormat that writes SequenceFile s. |
TextOutputFormat<K,V> |
An
OutputFormat that writes plain text files. |
TextOutputFormat.LineRecordWriter<K,V> |
Copyright © 2010 The Apache Software Foundation