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 cas

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

2011-04-16 Thread sam_
@Naren Thanks for the reply. I noticed that EmbeddedCassandraService is now part of the Cassandra distribution. The source code is changed compared to what Ran had posted at http://prettyprint.me/2010/02/14/running-cassandra-as-an-embedded-service/ I tried to use EmbeddedCassandraService with thi

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

2011-04-14 Thread Jason Pell
You can make use of embedded Cassandra server. Both Hector and Pelops have classes that you can use in your own unit tests, the Pelops one is quite good. Sent from my iPhone On Apr 15, 2011, at 3:59, sam_ wrote: > Hello there, > > To start the Cassandra server we can use the following command

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

2011-04-14 Thread Narendra Sharma
The write up is a year old but still will give you fair idea of how to do. http://prettyprint.me/2010/02/14/running-cassandra-as-an-embedded-service/ Thanks, Naren On Thu, Apr 14, 2011 at 10:59 AM, sam_ wrote: > Hello