I am installing one installation of node Cassandra on my Ubuntu VM. I modified the cassandra.yaml file under / cassandra / conf with my own custom schema. When I tried to use the schematool utility in / cassandra / bin, I got an error:
Unable to import schema if already exists
When I tried to switch to MBEAN loadSchemaFromYAML from the JMX console:
The problem causing loadSchemaFromYAML: java.rmi.unmarshalexception: Unmarshalling return error, the nested exception is: Java.lang.ClassNotFoundException: org.apache.cassandra.config.ConfigurationException (no security manager: RMI classloader disabled)
Can someone please indicate what is going on here and how can I upload my circuit?
thank
source
share