A script/library to create, launch and remove a Apache Cassandra cluster on localhost. The goal of ccm and ccmlib is to make is easy to create, manage and destroy a small cluster on a local box. It is meant for testing of a Cassandra cluster.
A script/library to create, launch and remove a Apache Cassandra cluster on localhost. The goal of ccm and ccmlib is to make is easy to create, manage and destroy a small cluster on a local box. It is meant for testing of a Cassandra cluster.
To install ccm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ccm
To see what files were installed by ccm, run:
port contents ccm
To later upgrade ccm, run:
sudo port selfupdate && sudo port upgrade ccm
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.