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

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 does cqlsh