Re: Starting the Cassandra server from Java (without command line)

2011-04-16 Thread sam_
@Jason Thanks, I found the Pelops EmbeddedCassandraServer implementation and am giving it a try. -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Starting-the-Cassandra-server-from-Java-without-command-line-tp6273826p6278564.html Sent from the

Re: Starting the Cassandra server from Java (without command line)

2011-04-16 Thread sam_
configuration. at org.apache.cassandra.service.AbstractCassandraDaemon.(AbstractCassandraDaemon.java:74) ... I guess I am not setting the right properties? Any help is appreciated. Thanks, Sam -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Starting-the-Cassandra

Re: Starting the Cassandra server from Java (without command line)

2011-04-14 Thread Jason Pell
need to start > Cassandra server in SetUp(), without the need to create a process and run > "cassandra" from command line. > > Thanks, > Sam > > -- > View this message in context: > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Starting

Re: Starting the Cassandra server from Java (without command line)

2011-04-14 Thread Narendra Sharma
ttp://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Starting-the-Cassandra-server-from-Java-without-command-line-tp6273826p6273826.html > Sent from the cassandra-u...@incubator.apache.org mailing list archive at > Nabble.com. > -- Narendra Sharma Solution Architect *http://www.persistentsys.com* *http://narendrasharma.blogspot.com/*

Starting the Cassandra server from Java (without command line)

2011-04-14 Thread sam_
able to run JUnit tests that need to start Cassandra server in SetUp(), without the need to create a process and run "cassandra" from command line. Thanks, Sam -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Starting-the-Cassandra-server