How-to initialize Cassandra in macOS?
A little note on how I setup and bootstrap a local Cassandra clusters on macOS machines for development. Instructions below were tested on macOS Sierra, and aim to spawn a 3-nodes 2.1.x cluster. Install ccm and its dependencies: 1 $ brew install ant 2 $ brew cask install java 3 …