How do I stop cassandra server running on a single node in my mac os x? Cassandra script doesn\'t have -stop option. Only way other than restart the mac os x, was to do a \"ps\
Found this solution elsewhere which seems to work!
pkill -f 'java.*cassandra'
Worth a try! This works on the Ubuntu I have. Not on MacOS!
On Mac one more is ps -af | grep cassandra and then using kill. But, it does not work sometimes!
ps -af | grep cassandra