Author: brandonwilliams
Date: Thu Dec 16 20:33:45 2010
New Revision: 1050146

URL: http://svn.apache.org/viewvc?rev=1050146&view=rev
Log:
Reflect cassandra-rack -> cassandra-topology changes in conf and README.

Modified:
    cassandra/branches/cassandra-0.7/conf/README.txt
    cassandra/branches/cassandra-0.7/conf/cassandra.yaml

Modified: cassandra/branches/cassandra-0.7/conf/README.txt
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/conf/README.txt?rev=1050146&r1=1050145&r2=1050146&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/conf/README.txt (original)
+++ cassandra/branches/cassandra-0.7/conf/README.txt Thu Dec 16 20:33:45 2010
@@ -10,4 +10,4 @@ Optional configuration files
 
 access.properties: used for authorization
 passwd.properties: used for authentication
-cassandra-rack.properties: used by PropertyFileSnitch
+cassandra-topology.properties: used by PropertyFileSnitch

Modified: cassandra/branches/cassandra-0.7/conf/cassandra.yaml
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/conf/cassandra.yaml?rev=1050146&r1=1050145&r2=1050146&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/conf/cassandra.yaml (original)
+++ cassandra/branches/cassandra-0.7/conf/cassandra.yaml Thu Dec 16 20:33:45 
2010
@@ -213,7 +213,7 @@ rpc_timeout_in_ms: 10000
 #    IP address, respectively
 # org.apache.cassandra.locator.PropertyFileSnitch:
 #  - Proximity is determined by rack and data center, which are
-#    explicitly configured in cassandra-rack.properties.
+#    explicitly configured in cassandra-topology.properties.
 endpoint_snitch: org.apache.cassandra.locator.SimpleSnitch
 
 # dynamic_snitch -- This boolean controls whether the above snitch is


Reply via email to