How is this accomplished?

I tried using the org.apache.cassandra.service.StorageService.loadSchemaFromYAML() method but I am receiving the following error.

java.util.concurrent.ExecutionException: org.apache.cassandra.config.ConfigurationException: Cannot load from XML on top of pre-existing schemas.
    at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
    at java.util.concurrent.FutureTask.get(FutureTask.java:83)
at org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor.afterExecute(DebuggableThreadPoolExecutor.java:87) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:888) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:637)

Thanks again

Reply via email to