Re: CLI command for adding composite Key

2012-01-15 Thread Jérémy SEVELLEC
may be it's what you are looking for : http://planetcassandra.org/posts?page=15 ? 2012/1/13 Sunit Randhawa > Hello, > > Wondering how would one add Composite Keys rows using CLI. Supposing we > have CF defined below: > > create column family ListTransactions > with comparator = > 'CompositeTyp

CLI command for adding composite Key

2012-01-13 Thread Sunit Randhawa
Hello, Wondering how would one add Composite Keys rows using CLI. Supposing we have CF defined below: create column family ListTransactions with comparator = 'CompositeType(org.apache.cassandra.db.marshal.UTF8Type,org.apache.cassandra.db.marshal.IntegerType)' and keys_cached=1 and rows_cache