Re: Thrift -> CQL

2014-03-26 Thread Sylvain Lebresne
> > - *Is there any way to do insert / update at all on a good old wide cf > using CQL? Based on what we read back out, we have tried:* > > > INSERT INTO cf_name(key, column1, value) VALUES ('key1', > 'columnName1','columnValue2') > > > But we ended up with "Unknown identifier column1" > What d

Re: Thrift -> CQL

2014-03-26 Thread Peter Lin
Hector has round robin and failover. Is there a particular kind of failover you're looking for? by default Hector will try another node if the first node it connects to is down. It's been that way since the 1.x client if I'm not mistaken. On Wed, Mar 26, 2014 at 9:41 AM, rubbish me wrote: > Hi

Thrift -> CQL

2014-03-26 Thread rubbish me
Hi all, We have been using Cassandra for more than 3 years and now we have a cluster in production still running on 1.1.x contains dynamic-columned column-families - with hector as client. We are trying to update to the latest 1.2.x and considering to use datastax client in order to utilise

Re: Multi-range gets/deletes in Thrift/CQL

2013-01-31 Thread Manu Zhang
On Fri 25 Jan 2013 07:42:03 PM CST, Ravikumar Govindarajan wrote: I came across two issue fixes in 1.2 release a) Cassandra-3885 - Specify Multiple Ranges in SliceQueryFilter b) Cassandra-3708 - Specify range during tombstone ops We have composite columns in our app and wish to utilize the abov