I need this specific version for my usergrid chef recipe. Right now I’m using
the datastax tarball from:
http://downloads.datastax.com/community/dsc-cassandra-1.1.11-bin.tar.gz
But a debian package would be better to properly setup the node.
Any suggestions appreciated. Thanks.
If I set ‘listen_address’ in ‘/etc/cassandra/cassandra.yml’:
listen_address: localhost
I can telnet:
telnet 9160 -YES
telnet 9160 -YES
telnet localhost 9160 - NO
I’m trying to get Usergrid to see Cassandra on localhost, which it currently is
unable to do. Usergrid is running on Tomcat6.