the documentation on datastax website is out of date, to install the latest version of cassandra as a deb package and have it run as a service, enter the following in to terminal:
gpg --keyserver keyserver.ubuntu.com --recv 4BD736A82B5C1B00
gpg --export --armor 4BD736A82B5C1B00 | sudo apt-key add - && sudo apt-get update
sudo apt-get install cassandra
No comments:
Post a Comment