Created
August 15, 2014 05:37
-
-
Save witooh/83ff97d18f4e75f04594 to your computer and use it in GitHub Desktop.
[Ubuntu] Cassadra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "deb http://debian.datastax.com/community stable main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list | |
curl -L http://debian.datastax.com/debian/repo_key | sudo apt-key add - | |
sudo apt-get update | |
sudo apt-get install dsc20 | |
sudo service cassandra stop | |
sudo rm -rf /var/lib/cassandra/data/system/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment