Re: CLI set command returns null, ver 0.8.0

2011-06-08 Thread aaron morton
Can you provide the cli script to create the schema and info on how many nodes you have. Thanks - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 8 Jun 2011, at 16:12, AJ wrote: Can anyone help? The CLI seems to be having issues. The

Re: CLI set command returns null, ver 0.8.0

2011-06-08 Thread AJ
Thanks Aaron, I created a script and everything went OK. I think that the problem is when you try to update a CF. Below, I try to change the column comparator and it complains that the 'comparators do not match'. Can you enlighten me on what that means? There is no data in the CF at this

Re: CLI set command returns null

2011-06-07 Thread Dan Kuebrich
Null response may mean an error on the server side. Have you checked your cassandra server's logs? On Tue, Jun 7, 2011 at 2:22 PM, AJ a...@dude.podzone.net wrote: Ver 0.8.0. Please help. I don't know what I'm doing wrong. One simple keyspace with one simple CF with one simple column.

Re: CLI set command returns null

2011-06-07 Thread Jonathan Ellis
try running cli with --debug On Tue, Jun 7, 2011 at 1:22 PM, AJ a...@dude.podzone.net wrote: Ver 0.8.0. Please help.  I don't know what I'm doing wrong.  One simple keyspace with one simple CF with one simple column.  I've tried two simple tutorials.  Is there a common newbie mistake I could

Re: CLI set command returns null

2011-06-07 Thread AJ
The log only shows INFO level messages about flushes, etc.. The debug mode of the CLI shows an exception after the set: [al@mars ~]$ cassandra-cli -h 192.168.1.101 --debug Connected to: Test Cluster on 192.168.1.101/9160 Welcome to the Cassandra CLI. Type 'help;' or '?' for help. Type 'quit;'

Re: CLI set command returns null, ver 0.8.0

2011-06-07 Thread AJ
Can anyone help? The CLI seems to be having issues. The count command isn't working either: [default@Keyspace1] count User[long(1)]; Expected 8 or 0 byte long (13) java.lang.RuntimeException: Expected 8 or 0 byte long (13) at