我尝试安装卡桑德拉多次删除它,但总是出现此错误:
$ cqlsh
Connection error: ('Unable to connect to any servers', {'127.0.0.1': error(111, "Tried connecting to [('127.0.0.1', 9042)]. Last error: Connection refused")})
答案1
首先使用以下命令检查 Cassandra 是否启动:
nodestool status
您可以在以下日志文件中看到错误:/var/log/cassandara/debug.log
答案2
尝试在 cqlsh 后输入您的主机名和端口号。
cqlsh <hostname> <9042>
或者
cqlsh <hostname>