Hi All,

I am having hard time  in writing data into composite columns in
Cassandra. Any one here used "CompositeRowTupleMapper" from

https://github.com/hmsonline/storm-cassandra/blob/master/src/main/java/com/hmsonline/storm/cassandra/bolt/mapper/CompositeRowTupleMapper.java

Is there any CompositeRowTupleMapperTest.java where I can find how it can
be used.

Any help is highly appreciated.

Thank you,
Ajay



On Thursday, July 9, 2015, Ajay Chander <[email protected]> wrote:

> Hi Everyone,
>
> I am using hmsonline/storm-Cassandra from git. I have a table in my
> Cassandra which composite keys like ..
>
> Create table testable (itemid varchar, location varchar, price varchar,
> type varchar, primary key(itemid, location, price )) with compact storage ;
>
> Now how do I write data into this table from my storm bolt ?
>
> Any help is highly appreciated.
>
> Thank you,
> Ajay
>
>

Reply via email to