cassandra/conf
Jonathan Ellis 0ed749425c make row size at which to drop to incremental compaction configurable
patch by jbellis; reviewed by Stu Hood for CASSANDRA-16



git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@955271 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 15:27:32 +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 make row size at which to drop to incremental compaction configurable 2010-06-16 15:27:32 +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 undo setting log4j root to INFO 2010-05-28 03:59:20 +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