Stopping Cassandra as a stand-alone process

Stop the Cassandra Java server process on binary installations.

Stop the Cassandra Java server process on binary installations.

Procedure

Find the Cassandra Java process ID (PID), and then kill the process using its PID number:
$ ps auwx | grep cassandra
$ sudo  kill <pid>