Subject: Apache Cassandra -- Access via CQL
Author: EricJ
Posted on: 09/30/2015 01:43:53 AM
You can start CQL console by entering:
If you have customized your Cassandra by:
you should use the following command:
C:\..\bin> cqlsh 10.11.12.13:9042
or
C:\..\bin> cqlsh 10.11.12.13
Trouble Shooting:You may get error while executing CQLSH
âcanât detect python version cqlshâThe error indicating that, Python is not installed in your machine.
Steps to follow:
1) Download & install Python 2.7.x;
2) Add "Path" environment variable for Python directory;
3) Execute command âsetup.py installâ under âC:\apache-cassandra-2.2.1\pylibâ to install python.
Replies:
References: