On Wed, Apr 28, 2010 at 3:17 AM, David Boxenhorn <da...@lookin2.com> wrote:
> When I change the cluster name in storage-conf.xml, the CLI complains that > the cluster name doesn't equal "Test Cluster". > > How do I change the cluster name that the CLI looks for? > I don't think you mean the CLI, but the Cassandra daemon itself. The cluster name is tracked in the system keyspace, so you'll need to remove all the files in your data/system/ directory if you change the cluster name, otherwise Cassandra will refuse to start after the change. -Brandon