unsubscribe

2011-01-06 Thread rambabu pakala

Unable to Query data(get) in cassandra-cli (0.6.6)....

2010-12-08 Thread rambabu pakala
Hi,   Using EmbeddedCassandra Serivce inside Junit Tests(BEFORECLASS) and tests are running fine and no issues. Code to start the cassandra is something like the following:   BUT the issue is when i try to get the data using cassandra-cli, i am not getting any results. the data cleanup happens o

Re: Connection refused Error..

2010-12-03 Thread rambabu pakala
Error.. To: "user" Date: Friday, December 3, 2010, 6:07 AM Look at EmbeddedCassandraService On Fri, Dec 3, 2010 at 2:13 AM, rambabu pakala wrote: Hi,   Can someone Please help me?   Using Cassandra 0.6.6 version on Linux System.   I can Manually start Cassandra and can run the J

Connection refused Error..

2010-12-03 Thread rambabu pakala
Hi,   Can someone Please help me?   Using Cassandra 0.6.6 version on Linux System.   I can Manually start Cassandra and can run the Junit tests(can see all the data from cli). However when i try to start Cassandra from a test (with @Beforeclass)  getting Connection refused error.   Is there a way

Re: How to shutdown Cassandra?

2010-12-01 Thread rambabu pakala
01765.html http://www.mail-archive.com/user@cassandra.apache.org/msg04021.html http://coderjournal.com/2010/06/run-cassandra-as-a-windows-service/ Hope that helps.  Aaron On 02 Dec, 2010,at 06:14 AM, rambabu pakala wrote: Hi, Can someone please let me know how to shutdown Cassandra on Wind

How to shutdown Cassandra?

2010-12-01 Thread rambabu pakala
Hi,   Can someone please let me know how to shutdown Cassandra on Windows Environment?   stop-server is actually kiing the Cassandra Server and I was unable to create/get a pid file for the Cassandra process. Are there any setup steps that are needed that I am missing?   Thanks, -Ram.

pid file is not created in Windows Environment....

2010-11-30 Thread rambabu pakala
Hi,   Can you Please help me, why the pid file is not created in windows environment when I try with C:\apache-cassandra-0.6.6\bin>cassandra.bat -p c.pid ?   Is there a better way to shutdown the cassandra server instead of kill pid?   Thanks, -Ram.