The error message is :
org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused
org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused
Solution:
changing the rpc_address property in cassandra.yaml to 0.0.0.0 instead of localhost.
Comments
Post a Comment