Author: gdusbabek
Date: Tue May 11 21:49:23 2010
New Revision: 943308
URL: http://svn.apache.org/viewvc?rev=943308&view=rev
Log:
added a note to the keyspace definition in cassandra.yaml that indicates it
will not be loaded.
Modified:
cassandra/trunk/conf/cassandra.yaml
Modified: cassandra/trunk/conf/cassandra.yaml
URL:
http://svn.apache.org/viewvc/cassandra/trunk/conf/cassandra.yaml?rev=943308&r1=943307&r2=943308&view=diff
==============================================================================
--- cassandra/trunk/conf/cassandra.yaml (original)
+++ cassandra/trunk/conf/cassandra.yaml Tue May 11 21:49:23 2010
@@ -167,6 +167,9 @@ endpoint_snitch: org.apache.cassandra.lo
# - preload_row_cache: If true, will populate row cache on startup.
# Defaults to false.
#
+# NOTE: this keyspace definition is for demonstration purposes only.
+# Cassandra will not load these definitions during startup. See
+# http://wiki.apache.org/cassandra/FAQ#no_keyspaces for an explanation.
keyspaces:
- name: Keyspace1
replica_placement_strategy:
org.apache.cassandra.locator.RackUnawareStrategy