Re: java exception on starting cqlsh

2013-09-17 Thread Tim Dunphy
ok great, and thank you! [root@beta:~] #cqlsh --cqlversion="3.0.0" Connected to mycluster Cluster at beta.mydomain.com:9160. [cqlsh 4.0.0 | Cassandra 1.2.2 | CQL spec 3.0.0 | Thrift protocol 19.35.0] Use HELP for help. cqlsh> On Tue, Sep 17, 2013 at 2:41 AM, Sylvain Lebresne wrote: > Short ans

Re: java exception on starting cqlsh

2013-09-16 Thread Sylvain Lebresne
Short answer: you'll need to pass something like --cqlversion="3.0.0" to cqlsh. Longer answer: when a CQL client connects (and cqlsh is one), it asks to use a specific version of CQL. If it asked for a version that is newer than what the server knows, you get the error message you have above. So w

java exception on starting cqlsh

2013-09-16 Thread Tim Dunphy
hey guys, I'm getting this exception when I try to run cqlsh. [root@beta:/var/www/admin] #cqlsh beta.mydomain.com 9160 Traceback (most recent call last): File "/etc/alternatives/cassandrahome/bin/cqlsh", line 2027, in main(*read_options(sys.argv[1:], os.environ)) File "/etc/alternatives