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
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
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
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