You should take a look at http://wiki.apache.org/cassandra/LiveSchemaUpdates
loadSchemaFromYaml() is intended to initialize the schema on a seed
node in a new cluster (or one that has been upgraded from 0.6). It is
an operation that should only be performed one time *per cluster.*
Gary
On Wed,
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-existin