On Wed, May 2, 2012 at 2:23 PM, Shawna Qian <shaw...@yahoo-inc.com> wrote: > Hello: > > I am trying to use bulkoutputformat and seeing some nice docs on how to use > it to stream the data to an existing cassandra cluster using configHelper > class. I am wondering if it is possible to use it just to stream the data > (sstable etc) into the hdfs?
Not currently, but most of the groundwork is already laid there if that's what you want to do, the main catch being that BOF wants to stream to cassandra when it's done. -Brandon