当我尝试使用cqlsh连接到我的cassandra集群时,我遇到以下错误:
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")})
所以我转到cassandra.yaml文件,但我的rpc_adress
和listen_address
参数是商品。
我的listen_adress
:
# ipv4. If there is only one address it will be selected regardless of ipv4/ipv6.
listen_address: localhost
# listen_interface: eth0
# listen_interface_prefer_ipv6: false
我的rpc_address
:
rpc_address: localhost
# port for Thrift to listen for clients on
rpc_port: 9160
我也尝试修改文件,但我没有权利。
提前谢谢