You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Deepak Shetty <sh...@gmail.com> on 2014/06/11 20:52:39 UTC

Hadoop MultipleOutputs with CqlOutputFormat

Hi
In Hadoop the MultipleOutputs class can be used to write to more than one
destination - However it appears you cannot use it to write to two
Cassandra tables using CQLOutputFormat

This seems to have been working previously with ColumnFamilyOutputFormat
(https://gist.github.com/rstrickland/3763728 ,
https://issues.apache.org/jira/browse/CASSANDRA-4208 )

The problem seems to be that CQL Query is specified under a fixed key ?
Is there some way , short of writing a custom OutputFormat or modifying
CQLOutputFormat?

regards
deepak