Re: cassandra 2.1.0 unable to use cqlsh

2014-09-22 Thread Adam Holmberg
cqlsh in Cassandra 2.1.0 uses the DataStax python driver. The cassandra.metadata module is provided by this package. By default it uses the driver from an archive included in the Cassandra distribution (.../lib/cassandra-driver-internal-only-2.1.0.zip). See

Re: cassandra 2.1.0 unable to use cqlsh

2014-09-22 Thread Tim Dunphy
cqlsh in Cassandra 2.1.0 uses the DataStax python driver. The cassandra.metadata module is provided by this package. By default it uses the driver from an archive included in the Cassandra distribution (.../lib/cassandra-driver-internal-only-2.1.0.zip). Ok that's really good to know. See

Re: cassandra 2.1.0 unable to use cqlsh

2014-09-22 Thread Tim Dunphy
Hi Adam, Ok thanks again for the tips there! So I fell back to the stock configuration of cassandra 2.1.0 and setup my environment variables... and I was able to get cqlsh to work! [root@beta-new:~] #cqlsh Connected to mydomain Cluster at beta-new.mydomain.com:9042. [cqlsh 5.0.1 | Cassandra

cassandra 2.1.0 unable to use cqlsh

2014-09-21 Thread Tim Dunphy
Hey all, I've just upgraded to the latest cassandra on my site with version 2.1.0. But now when I run the command I am getting the following error: [root@beta-new:/usr/local] #cqlsh Traceback (most recent call last): File /etc/alternatives/cassandrahome/bin/cqlsh-old, line 113, in module