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 in the keyspace that I want to stream the data to both of them at the same mapper. Seems like the configHelper can only set one output column family. Is there a way that I can set multiple column families in one keyspace and output data to all the cfs? Thx Shawna