Files
temporal/docs/development/macos/cassandra.md
Michael Snowden 676657cbf4 Reorganize docs (#5535)
## What changed?
<!-- Describe what has changed in this PR -->
I reorganized our docs into `docs/{admin,architecture,development}`.

## Why?
<!-- Tell your future self why have you made these changes -->
We discussed this internally, but I believe this is a better
segmentation for the different audiences looking at our docs. I plan on
adding more stuff to docs/admin like metrics and dynamic config docs.

## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
I'm mainly looking for broken links.
- I went through each markdown file in docs manually. 
- I looked through all inspection errors in the IDE.
- I looked at all references to "docs/" or "develop/" in our code.

## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->

## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->

## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
2024-03-18 23:13:02 -07:00

558 B

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