cassandra/conf
Eric Evans 6f2a92bdaa move JVM_OPTS from cassandra.in.sh to the conf/ dir
Patch by Nick Bailey; review by eevans for CASSANDRA-1347

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@982845 13f79535-47bb-0310-9956-ffa450edef68
2010-08-06 01:25:07 +00:00
..
README.txt add README for conf/ contents 2010-04-27 17:06:18 +00:00
access.properties revert 980215, 980217, 980220, 980222, 980225, 980226. CASSANDRA-1237 2010-07-29 19:53:36 +00:00
cassandra-env.sh move JVM_OPTS from cassandra.in.sh to the conf/ dir 2010-08-06 01:25:07 +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 configurable options for replication strategies 2010-07-31 15:42:27 +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