【发布时间】:2017-04-29 18:42:42
【问题描述】:
大家好,请告诉我应该使用哪个版本的 cassandra 来运行 cqlsh-3.4.3,以便我能够运行 GROUP BY 查询。
目前我的环境是
[cqlsh 5.0.1 | Cassandra 3.9 | CQL spec 3.4.2 | Native protocol v4]
尝试 bin/cqlsh --cqlversion=3.4.3 时出错
Connection error: ('Unable to connect to any servers', {'127.0.0.1': ProtocolError("cql_version '3.4.3' is not supported by remote (w/ native protocol). Supported versions: [u'3.4.2']",)})
请建议。谢谢。
在尝试使用 cassandra 3.7 时也出现同样的错误。
【问题讨论】: