I have successfully setup Amazon AMI linux instance in AWS EC2 and also updated the Cassandra database from 2.0.16 to 2.1.7.
Connection using CQLSH (localHost) working fine and i want connect remotely from the Devcenter
for that: i have Changed the few thing in Cassandra.yaml Configuration file
start_native_transport: true
rpc_address:0.0.0.0
rpc_broadcastaddress:0.0.0.0
after that : try to restart the Cassandra service
Error:cassandra dead but pid file exists
so that i can't able to test the connection for devcenter 1.3.1 and cassendra 2.1.7