我在运行 Ubuntu Server 10.10 的虚拟机上安装了 cassandra。
使用 org.apache.cassandra.auth.AllowAllAuthenticator 登录失败,但我总是收到以下错误消息:
Login failure. Did you specify 'keyspace', 'username' and 'password'?
答案1
事实证明,当您指定一个不会立即拒绝连接的开放端口时,您将收到此错误。我的 cassandra 实例实际上是在端口 9160 上运行,而不是我尝试的 8080。