Yes... if you're using debian cassandra you can do: /etc/init.d/cassandra stop
On Mon, Jul 26, 2010 at 8:05 AM, Lee Parker <l...@socialagency.com> wrote: > Which debian/ubuntu packages are you using? I am using the ones that are > maintained by Eric Evans and the init.d script stops the server correctly. > > Lee Parker > On Mon, Jul 26, 2010 at 9:22 AM, <miche...@hermanus.cc> wrote: > >> This is how I have been doing it: >> pkill cassandra >> >> then I do a netstat -anp | grep 8080 >> I look for the java service I'd running and then kill that java I'd >> e.g. kill <java id> >> ------Original Message------ >> From: Thorvaldsson Justus >> To: 'user@cassandra.apache.org' >> ReplyTo: user@cassandra.apache.org >> Subject: SV: How to stop cassandra server, installed from >> debian/ubuntupackage >> Sent: Jul 26, 2010 4:14 PM >> >> I use standard close, CTRL C, I don't run it as deamon >> Dunno but think it works fine =) >> >> -----Ursprungligt meddelande----- >> Från: o...@notrly.com [mailto:o...@notrly.com] >> Skickat: den 26 juli 2010 15:52 >> Till: user@cassandra.apache.org >> Ämne: How to stop cassandra server, installed from debian/ubuntu package >> >> Hi, this might be a dumb question, but I was wondering how do i stop the >> cassandra server.. I installed it using the debian package, so i start >> cassandra by running /etc/init.d/cassandra. I looked at the script and >> tried /etc/init.d/cassandra stop, but it looks like it just tries to start >> cassandra again, so i get the port in use exception. >> >> Thanks >> >> >> >> Sent via my BlackBerry from Vodacom - let your email find you! > > >