unsubscribe

2014-01-27 Thread Michael Hayes

Cassandra debian package that supports ver. 1.11.11

2013-11-12 Thread Michael Hayes
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' to 'localhost' I can't get Cassandra to broadcast on localhost

2013-10-28 Thread Michael Hayes
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.