This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
wget on cassandra version 1.2.8 doesn’t work but using 1.2.9 does wget http://www.us.apache.org/dist/cassandra/1.2.9/apache-cassandra-1.2.9-bin.tar.gz
I highly recommend using this to get Cassandra going under Ubuntu:
http://www.datastax.com/documentation/gettingstarted/getting_started/gettingStartedDeb_t.html
Cassandra 1.2.9 link not working, for this moment works http://www.us.apache.org/dist/cassandra/1.2.12/apache-cassandra-1.2.12-bin.tar.gz
Instead of using 1.2.9 or any other version go to http://www.us.apache.org/dist/cassandra and replace the version with the latest, in my case I used http://www.us.apache.org/dist/cassandra/2.0.4/apache-cassandra-2.0.4-bin.tar.gz
This is a very simple method for installing Oracle JDK 7 on the server which is needed for the latest versions of Cassandra
I can’t get this to work on Ubuntu 12.04. It seems that everything installs, but when I load the cli, it tells me that it cannot connect to the database. Everything says I’m doing it correct. This article needs updating too because cassandra has moved to 2.0.x and requires java 7. (The Java links above are broken.)
I’ve updated the download URL to point to the latest release of Cassandra’s 1.2.x branch.