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
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
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
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