Start Apache Cassandra™
ℹ️ For technical support, please contact us via email.
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% ...