cassandra/conf
Jonathan Ellis 00cf048905 document DatacenterShardStrategy. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@947889 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25 01:17:27 +00:00
..
README.txt add README for conf/ contents 2010-04-27 17:06:18 +00:00
access.properties cleanup sample configurations 2010-01-19 02:12:13 +00:00
cassandra-rack.properties make DCQUORUM CLs actually wait for the nodes per DC rather than attempting a purely count-based approach that didn't really work as advertised. patch by Vijay Parthasarathy and jbellis; reviewed by Jeremy Hanna for CASSANDRA-952 2010-05-17 19:58:39 +00:00
cassandra.yaml document DatacenterShardStrategy. patch by jbellis 2010-05-25 01:17:27 +00:00
datacenters.properties make DCQUORUM CLs actually wait for the nodes per DC rather than attempting a purely count-based approach that didn't really work as advertised. patch by Vijay Parthasarathy and jbellis; reviewed by Jeremy Hanna for CASSANDRA-952 2010-05-17 19:58:39 +00:00
log4j-server.properties merge from 0.6 2010-05-05 16:29:26 +00:00
log4j-tools.properties finish r/m of -f option. use log4j of WARN,stderr so that doesn't get in the way of redirecting stdout. 2010-02-10 19:53:56 +00:00
passwd.properties cleanup sample configurations 2010-01-19 02:12:13 +00:00

README.txt

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