1 Answer
You need to start and enable the cassandra service to establish a connection
You can do this by using following command
#systemctl start cassandra
#systemctl enable cassandra
Now open the cassandra.
Your Answer