I'm currently using Cassandra 1.23 and I'm trying to set up a cluster on
the private network, so that nodes can communicate through eth4 inet
address instead of eth0 inet address.
My current yaml file specify eth4 address in the seed field. However the
the rpc address is set to 0.0.0.0. Both liste
Hello!
I got this error while trying out Cassandra 1.2.13. The error message looks
like:
Exception in thread "main" java.lang.
NoClassDefFoundError: org/apache/cassandra/service/CassandraDaemon
Caused by: java.lang.ClassNotFoundException:
org.apache.cassandra.service.CassandraDaemon
at jav