Hi,
I installed cassandra 1.0.12 and tried to opened cqlsh by using the syntax cqlsh localhost 9160
it says cqlsh command not found.
Where can i get the package installation procedure (Sun java and Cassandra)
Thanks.
Hi,
I installed cassandra 1.0.12 and tried to opened cqlsh by using the syntax cqlsh localhost 9160
it says cqlsh command not found.
Where can i get the package installation procedure (Sun java and Cassandra)
Thanks.
Check here:
- http://www.datastax.com/docs/1.0/install/index
- http://www.datastax.com/docs/1.0/dml/using_cql
Is there a particular reason to go with a 1.0.x version? 1.1.x has been out for some time, and 1.2 was just released.
Thanks,
Sven
Hi Sven,
1.1 was the latest version when i started learning cassandra and recently 1.2 was released. But i would like to learn completely on 1.1 Version. And moreover when i installed 1.0 Version there was no cqlsh and tokengenerator. So i would like to move from 1.0 to 1.1 Version.
Thanks,
Dileep Chittaluri.
So are you using 1.0 or 1.1? Your original post was talking about 1.0, but your recent post seems to indicate that you are trying to use 1.1? So if you want to use 1.1 you may want to check out:
http://www.datastax.com/docs/1.1/install/index
http://www.datastax.com/docs/1.1/dml/using_cql
You may also want to ensure that the bin directory for the Cassandra executables is in your PATH.
Thanks,
Sven
You must log in to post.