Re: How to stop Cassandra running in embeded mode

2010-07-14 Thread Andriy Kopachevsky
> On Jul 9, 2010 9:51 PM, "Jonathan Ellis" wrote: > > there's some support for this in 0.7 (see > http://issues.apache.org/jira/browse/CASSANDRA-1018) but fundamentally > it's not really designed to be started and stopped multiple times > within the same proc

How to stop Cassandra running in embeded mode

2010-07-08 Thread Andriy Kopachevsky
Hi, we are trying to set up intergation testing for Cassanrda, so we need to run and stop it as embeded service. Don't have any problem to start cassandra: import org.apache.cassandra.contrib.utils.service.CassandraServiceDataCleaner; class SomeTestClass { @Before public void setup() thr