Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "MultinodeCluster" page has been changed by BenjaminBlack. The comment on this change is: Clarify the starting point for new node configuration. http://wiki.apache.org/cassandra/MultinodeCluster?action=diff&rev1=1&rev2=2 -------------------------------------------------- == Preparing the rest of the nodes == - The other nodes in the ring will use a storage-conf.xml almost identical to the one on your first node. The first change is to turn on automatic bootstrapping. This will cause the node to join the ring and attempt to take control of a range of the token space: + The other nodes in the ring will use a storage-conf.xml almost identical to the one on your first node, so use that configuration as the base for these changes rather than the default storage-conf.xml. The first change is to turn on automatic bootstrapping. This will cause the node to join the ring and attempt to take control of a range of the token space: {{{<AutoBootstrap>true</AutoBootstrap>}}}
