欢迎投稿

今日深度:

Cassandra命令行客户端cqlsh,cassandracqlsh

Cassandra命令行客户端cqlsh,cassandracqlsh


安装

pip install cql
pip install cqlsh

常见问题

“Connection error: (‘Unable to connect to any servers’, {‘10.88.139.50’: DriverException(‘ProtocolError returned from server while using explicitly set client protocol_version 4’,)})”
解决方法:
退回到服务器支持的版本

pip install cqlsh==4.0.1

“TypeError: expecting list of size 2 for struct args”
解决方法

pip install thrift==0.9.3

www.htsjk.Com true http://www.htsjk.com/cassandra/28649.html NewsArticle Cassandra命令行客户端cqlsh,cassandracqlsh 安装 pip install cqlpip install cqlsh 常见问题 “Connection error: (‘Unable to connect to any servers’, {‘10.88.139.50’: DriverException(‘ProtocolError returned from server...
相关文章
    暂无相关文章
评论暂时关闭