Author: jbellis
Date: Tue Apr 27 17:06:18 2010
New Revision: 938569

URL: http://svn.apache.org/viewvc?rev=938569&view=rev
Log:
add README for conf/ contents
patch by jbellis; reviewed by eevans for CASSANDRA-994

Added:
    cassandra/trunk/conf/README.txt
Modified:
    cassandra/trunk/conf/cassandra-rack.properties

Added: cassandra/trunk/conf/README.txt
URL: 
http://svn.apache.org/viewvc/cassandra/trunk/conf/README.txt?rev=938569&view=auto
==============================================================================
--- cassandra/trunk/conf/README.txt (added)
+++ cassandra/trunk/conf/README.txt Tue Apr 27 17:06:18 2010
@@ -0,0 +1,14 @@
+Required configuration files
+============================
+
+cassandra.yaml: main Cassandra configuration file
+log4j-server.proprties: log4j configuration file for Cassandra server
+
+
+Optional configuration files
+============================
+
+access.properties: used for authorization
+passwd.properties: used for authentication
+cassandra-rack.properties: used by PropertyFileSnitch
+datacenters.properties: used by DatacenterShardStrategy

Modified: cassandra/trunk/conf/cassandra-rack.properties
URL: 
http://svn.apache.org/viewvc/cassandra/trunk/conf/cassandra-rack.properties?rev=938569&r1=938568&r2=938569&view=diff
==============================================================================
--- cassandra/trunk/conf/cassandra-rack.properties (original)
+++ cassandra/trunk/conf/cassandra-rack.properties Tue Apr 27 17:06:18 2010
@@ -1,4 +1,3 @@
-
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information
@@ -15,9 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#Cassandra Node IP:Port=Data Center:Rack
+# Cassandra Node IP:Port=Data Center:Rack
 192.168.1.200\:7000=dc1:r1
 192.168.2.300\:7000=dc2:rA
 
-#default for unknown nodes
+# default for unknown nodes
 default=dc1:r1


Reply via email to