Re: composite table with cassandra without using cql3?

2012-08-19 Thread Georg Köster
Hi all, I had problems creating a table with composite keys with CQL 3 and accessing it via thrift. AFAIK the comparators weren't set up in a compatible way. Probably due to betaness of CQL 3. So I'm now creating and using CFs with Composite Columns exclusively via thrift/Astyanax. Pelops works

Re: Composite columns: CLI or CQL?

2012-06-11 Thread Georg Köster
ell as the exact error message. > > -- > Sylvain > > On Mon, Jun 11, 2012 at 2:42 AM, Georg Köster > wrote: > > Dear all, > > > > I'm really excited about Cassandra's peer-to-peer architecture and sorted > > values. > > > > Curr

Composite columns: CLI or CQL?

2012-06-10 Thread Georg Köster
Dear all, I'm really excited about Cassandra's peer-to-peer architecture and sorted values. Currently I'm blocked in trials: I cannot insert longs into 'val' in: create columnfamily entries ( id varchar, va varchar, ts bigint, val bigint, PRIMARY KEY (id, va, ts) ); I g