I am setting up a single node install of Cassandra on my Ubuntu VM. I modified the cassandra.yaml file under /cassandra/conf with my own custom schema. When I tried using the schematool utility under /cassandra/bin, I got the error:
Cannot import schema when one already exists
When I tried navigating to the MBEAN loadSchemaFromYAML from the JMX console:
Problem invoking loadSchemaFromYAML: java.rmi.unmarshalexception:Error Unmarshalling return;nested exception is: Java.lang.ClassNotFoundException:org.apache.cassandra.config.ConfigurationException(no security manager:RMI class loader disabled)
Can somebody point out what is going on over here and how do I get my schema loaded?
Thanks