Created
November 24, 2014 17:30
-
-
Save bsbodden/1f430ebc77d1c56c61db to your computer and use it in GitHub Desktop.
Create and give Cassandra permission to use the right folders on your system
This file contains hidden or 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
sudo mkdir /var/lib/cassandra | |
sudo mkdir /var/log/cassandra | |
sudo chown -R $USER:$GROUP /var/lib/cassandra | |
sudo chown -R $USER:$GROUP /var/log/cassandra |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment