【发布时间】:2014-08-18 17:00:00
【问题描述】:
我下载了 cassandra 2.0.8 并安装了 python 2.7.6 并设置了 python 的路径。(也尝试使用 2.7.3 但是)
现在在启动 cassandra 服务器后执行
cqlsh 或 python cqlsh localhost 9160
它给了我
的错误Unsupported CQL version: Provided version 3.1.1 is not supported by this server
(支持:2.0.0、3.0.1)
我是不是在这里做错了什么?
我正在使用 jdk7
【问题讨论】:
标签: python windows cassandra cassandra-2.0 cqlsh