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=44&rev2=45

--------------------------------------------------

  
  = 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.
+ 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 output to conf/cassandra.yaml. 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.
  
  == -Dcassandra.config ==
  You can specify any configuration to load by passing a VM parameter to java 
when Cassandra starts up.  This is done by supplying a value to 
''-Dcassandra.conf=<your value here>''.  Values can include files located in 
the classpath or local and remote URLs.  Here are a few valid examples:

Reply via email to