Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "StorageConfiguration" page has been changed by JonHermes. http://wiki.apache.org/cassandra/StorageConfiguration?action=diff&rev1=21&rev2=22 -------------------------------------------------- Prior to the 0.7 release, Cassandra storage configuration is described by the ''conf/storage-conf.xml'' file. As of 0.7, it is described by the ''conf/cassandra.yaml'' file. + = Loading the Config = == config-converter == To convert a working storage-conf.xml into yaml, bin/config-converter will complete a best-effort conversion. It assumes that your xml file is at conf/storage-conf.xml, and it will overwrite the file. Note though that the scope of many properties have changed (endpoint_snitch is global instead of per-KS, gc_grace_seconds is per-KS instead of global, etc.), so the generated yaml will undoubtedly need to be looked over. @@ -12, +13 @@ ||''-Dcassandra.config=http://www.example.com/remote-cassandra.yaml''||loads a configuration file from a remote host.|| ||''-Dcassandra.config=file:///home/me/external-local-cassandra.yaml''||loads a local configuration file that is not located in the cassandra classpath.|| + == Where are my keyspaces? == + [[LiveSchemaUpdates]]. + You can load the config once by using: {{{ + bin/schematool HOST PORT import + }}} + + = Config Overview = == AutoBootstrap == ''[New in 0.5:''
