Skip to content

Instantly share code, notes, and snippets.

@witooh
Created August 15, 2014 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save witooh/83ff97d18f4e75f04594 to your computer and use it in GitHub Desktop.
Save witooh/83ff97d18f4e75f04594 to your computer and use it in GitHub Desktop.
[Ubuntu] Cassadra
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