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

Reply via email to