Re: SV: How to stop cassandra server, installed from debian/ubuntupackage

2010-07-26 Thread michelan
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 --Original Message-- From: Thorvaldsson Justus To: 'user@cassandra.apache.org' ReplyTo: user@cassandra.apache.org Subject: S

Cassandra and Lucene

2010-07-23 Thread Michelan Arendse
Hi I have recently started working on Cassandra as I need to make a distribute Lucene index and found that Lucandra was the best for this. Since then I have configured everything and it's working ok. Now the problem comes in when I need to write this Lucene index to Cassandra or convert it so tha