Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 558 Bytes

cassandra.md

File metadata and controls

22 lines (18 loc) · 558 Bytes

Run Cassandra v3.11 on macOS

Install

brew install cassandra@3.11

For MacBook with ARM chip, you need to replace the JNA library with a recent version.

  1. Locate the JNA file (find $(brew --prefix) -name "jna-*.jar") and remove it.
  2. Download a recent version of JNA jar file (5.8+) from Maven.
  3. Move the file you downloaded to the folder in step 1.

Start

cassandra -f

Post Installation

Verify Cassandra v3.11 is running and accessible:

cqlsh