我在Mac OS High Sierra上。
我做了以下
brew install cassandra
brew services start cassandra
cqlsh localhost
~ > cqlsh localhost
Connection error: ('Unable to connect to any servers', {'::1': error(61, "Tried connecting to [('::1', 9042, 0, 0)]. Last error: Connection refused"), '127.0.0.1': error(61, "Tried connecting to [('127.0.0.1', 9042)]. Last error: Connection refused")})
我做错了什么?介于两者之间吗?
答案 0 :(得分:1)
对于将来的查看者,请在@Apolozeus的评论中添加您可能还想检查Cassandra由brew安装后是否已链接。
> brew link cassandra
这将创建符号链接,之后您可以调用cassandra。
> cassandra
> cqlsh