【发布时间】:2019-12-28 14:52:38
【问题描述】:
在 ubuntu 19.04 上安装 Cassandra 3.11 版本后,一旦我触发命令 cqlsh,就会出现以下错误
root@dnilesh:/etc/cassandra# cqlsh
Connection error: ('Unable to connect to any servers', {'127.0.0.1': ProtocolError('Unexpected response during Connection setup: AttributeError("\'module\' object has no attribute \'decompress\'",)',)})
Cassandra 服务已启动并正在运行,但无法连接 cqlsh 终端。
【问题讨论】:
-
由这个逗号工作:export CQLSH_NO_BUNDLED=true
标签: cassandra cassandra-3.0 ubuntu-19.04