Re: issue in starting cassandra service on mac--plz help

2015-08-22 Thread Brian Sam-Bodden
How did you install Cassandra and what JVM sre you using? On Saturday, August 22, 2015, Gop Krr wrote: > Hi Guys, > Have you seen this issue before? > > Exception in thread "main" java.lang.NoClassDefFoundError: > com/google/inject/AbstractModule > > at java.lang.ClassLoader.defineClass1(Native

issue in starting cassandra service on mac--plz help

2015-08-22 Thread Gop Krr
Hi Guys, Have you seen this issue before? Exception in thread "main" java.lang.NoClassDefFoundError: com/google/inject/AbstractModule at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:792) at java.security.SecureClassLoader.defineClass(Se

unsubscribe

2015-08-22 Thread Robert Halstead
unsubscribe

PrepareStatement BUG

2015-08-22 Thread joseph gao
I'm using cassandra 2.1.7 and datastax java drive 2.1.6 Here is the problem: I use PrepareStatement for query like : SELECT * FROM somespace.sometable where id = ? And I Cached the PrepareStatement in my jvm; When the table metadata has changed like a column was added; And I use the cached Prepare

Re: Question about how to remove data

2015-08-22 Thread Analia Lorenzatto
Thanks guys for the answers! Saludos / Regards. AnalĂ­a Lorenzatto. "Hapiness is not something really made. It comes from your own actions" by Dalai Lama On 21 Aug 2015 2:31 pm, "Sebastian Estevez" wrote: > To clarify, you do not need a ttl for deletes to be compacted away in > Cassandra. Whe