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 2.

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.

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 /usr/local/apache-cassandra-2.1.0/bin/