Re: stream data using bulkoutputformat

2012-05-04 Thread Jonathan Ellis
We're working on this over at https://issues.apache.org/jira/browse/CASSANDRA-4208 On Fri, May 4, 2012 at 4:56 PM, Shawna Qian wrote: > Hi Group: > > I am following this great example to use bulkouputformat to streaming the > data from hadoop to cassandra. > http://shareitexploreit.blogspot.com/2

stream data using bulkoutputformat

2012-05-04 Thread Shawna Qian
Hi Group: I am following this great example to use bulkouputformat to streaming the data from hadoop to cassandra. http://shareitexploreit.blogspot.com/2012/03/bulkloadto-cassandra-with-hado op.html. It works perfectly when my keyspace has one cf. But in my case, I have 2 coulumn families defined

Re: stream data using bulkoutputformat on hdfs?

2012-05-02 Thread Brandon Williams
On Wed, May 2, 2012 at 2:23 PM, Shawna Qian 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 > (ss

stream data using bulkoutputformat on hdfs?

2012-05-02 Thread Shawna Qian
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? Thx Shawna