Closed magedmakled closed 10 years ago
I've never actually used ec2, but I know Amazon doesn't allow multicasting, so that might be part of the issue. You might try using the PropertyFileSnitch on your cluster and see if that helps. Does setting disable_node_auto_discovery! actually allow it work? If so, that might be a good configuration option in datastax.yml.
telnet 54.80.62.209 9160 worked
rake ds:migrate
No live servers in [node0_ip:9160].
tried to use cassandra gem
but had to use client.disable_node_auto_discovery!
Am I doing something wrong to connect?