Last active
April 28, 2018 18:39
-
-
Save DorkNstein/8394f61f5dc0bd7a96dfc2537a72d98b to your computer and use it in GitHub Desktop.
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
brew install cassandra | |
brew info cassandra # To see status of cassandra | |
brew services start cassandra # To start cassandra | |
brew services stop cassandra # To stop cassandra | |
# Cassandra.yaml file location | |
cat /usr/local/etc/cassandra/cassandra.yaml | |
# Use localhost as devcenter connection & 9042 port (default) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment