brew install cassandra@3.11
For MacBook with ARM chip, you need to replace the JNA library with a recent version.
- Locate the JNA file (
find $(brew --prefix) -name "jna-*.jar"
) and remove it. - Download a recent version of JNA jar file (5.8+) from Maven.
- Move the file you downloaded to the folder in step 1.
cassandra -f
Verify Cassandra v3.11 is running and accessible:
cqlsh