Spring for Apache Hadoop

Package org.springframework.data.hadoop.store.output

Class Summary
AbstractDataStreamWriter A AbstractDataStreamWriter is a base implementation handling streams with a raw hdfs files.
AbstractSequenceFileWriter A AbstractSequenceFileWriter is a base implementation handling writes with a SequenceFile.
DelimitedTextFileWriter A DelimitedTextFileWriter is a DataStoreWriter implementation able to write Strings into raw hdfs files as delimited fields.
OutputStreamWriter A OutputStreamWriter is a DataStoreWriter implementation able to write byte[]s into raw hdfs files.
TextFileWriter A TextFileWriter is a DataStoreWriter implementation able to write Strings into raw hdfs files.
TextSequenceFileWriter A TextSequenceFileWriter is a DataStoreWriter implementation able to write Strings into a SequenceFile.
 


Spring for Apache Hadoop