Re: Updates Question

2011-10-24 Thread Erik Forkalsrud
On 10/24/2011 05:23 AM, Sam Hodgson wrote: I can write new columns/rows etc no problem however when updating I get no errors back and the update does not occur. I've also tried updating manually using the Cassandra cluster admin gui and the same thing happens. I can write but updates do not wo

Re: Updates Question

2011-10-24 Thread Tyler Hobbs
It sounds like you're looking at different rows in the CLI compared to phpcassa and Cassandra Cluster Admin. My guess is that this is due to the CLI using a hex encoding by default: http://stackoverflow.com/questions/4662940/cassandra-cli-returning-weird-code On Mon, Oct 24, 2011 at 7:23 AM, Sam

Updates Question

2011-10-24 Thread Sam Hodgson
Hi, Im currently experimenting with Cassandra on a single node using phpcassa and im having issues when trying to update data in existing columns. I can write new columns/rows etc no problem however when updating I get no errors back and the update does not occur. I've also tried updating ma