Я настраиваю кластер Cassandra с 3 узлами и после установки
Кассандра Я попытался подключиться к Кассандре, используя 'cqlsh'
I'm not able to connect to cassandra db terminal.
rammady@deb-cassandra-ram-1:~$ cqlsh 10.142.0.76 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")})
I've modified cassandra.yaml file and provided 1: private ip address
under seed -seed:10.142.0.75,10.142.0.76,10.142.0.77 2:
listen_address: 10.142.0.75 3: rpc_address: 10.142.0.75