python - cqlsh command not working in cassandra 2.0.8 -


i downloaded cassandra 2.0.8 , installed python 2.7.6 , set path of python.(also tried 2.7.3 but)

now after starting cassandra server executing

cqlsh or python cqlsh localhost 9160

it giving me error of

unsupported cql version: provided version 3.1.1 not supported server 

(supported: 2.0.0, 3.0.1)

so doing wrong on here?

i using jdk7

try following command:

cqlsh --cqlversion=3.0.1 localhost 9160 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -