On Tue, Aug 24, 2010 at 12:28 AM, aaron morton wrote:
> I think this may have been discussed before, but I cannot find any reference
> to it. Just wanted to confirm how cassandra.yaml is used after the cluster is
> initialised.
>
> Start a clean install of 0.7b1, use jconsole to import the schem
Thanks for the explanation, I'll see if I can merge that into the http://wiki.apache.org/cassandra/StorageConfigurationandhttp://wiki.apache.org/cassandra/StorageConfiguration_0.7pagesAaronOn 24 Aug, 2010,at 12:42 AM, Sylvain Lebresne wrote:The cassandra.yaml holds general configuration of cassand
The cassandra.yaml holds general configuration of cassandra and the
schema definitions.
As of 0.7, the schema definition are not need anymore in this file as
schema can be defined
programatically. Those definition are are ignored by any node that
already have schema loaded
(hence the warning). But
I think this may have been discussed before, but I cannot find any reference to
it. Just wanted to confirm how cassandra.yaml is used after the cluster is
initialised.
Start a clean install of 0.7b1, use jconsole to import the schema from yaml.
Drain the node and shut it down, then remove the