Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.83 KB

step2.md

File metadata and controls

67 lines (53 loc) · 1.83 KB
Start Apache Cassandra™ ℹ️ For technical support, please contact us via email.
⬅️ Back Step 2 of 2 Next ➡️
Start Cassandra

✅ Switch to the apache-cassandra-4.1.0/bin directory.

cd /workspace/ds201-lab01/apache-cassandra-4.1.0/bin

✅ View the bin directory:

ls -l

✅ Start Cassandra:

./cassandra

It may take a while for Cassandra to start.

✅ Run nodetool to determine Cassandra's status (you may have to run this command multiple times until Cassandra starts):

./nodetool status

You should see the status Up and state Normal - UN.

Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
--  Address    Load        Tokens  Owns (effective) ...
UN  127.0.0.1  104.34 KiB  16      100.0%           ...
⬅️ Back Next ➡️