Class | Description |
---|---|
AbstractDataStreamWriter |
A
AbstractDataStreamWriter is a base implementation handling streams
with a raw hdfs files. |
AbstractPartitionDataStoreWriter<T,K> |
Base implementation of
PartitionDataStoreWriter . |
AbstractSequenceFileWriter |
A
AbstractSequenceFileWriter is a base implementation handling
writes with a SequenceFile . |
DelimitedTextFileWriter |
A
DelimitedTextFileWriter is a DataStoreWriter implementation
able to write String s into raw hdfs files as delimited fields. |
OutputStreamWriter |
A
OutputStreamWriter is a DataStoreWriter implementation
able to write byte[] s into raw hdfs files. |
PartitionTextFileWriter<K> |
Implementation of a
PartitionDataStoreWriter writing text data
using a partitioning. |
TextFileWriter |
A
TextFileWriter is a DataStoreWriter implementation
able to write String s into raw hdfs files. |
TextSequenceFileWriter |
A
TextSequenceFileWriter is a DataStoreWriter implementation
able to write String s into a SequenceFile . |