cassandra/conf
Jonathan Ellis 1a5d09c356 merge from 0.7
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1080338 13f79535-47bb-0310-9956-ffa450edef68
2011-03-10 20:28:17 +00:00
..
README.txt Reflect cassandra-rack -> cassandra-topology changes in conf and README. 2010-12-16 20:33:45 +00:00
access.properties document authorization changes 2010-10-06 15:19:28 +00:00
cassandra-env.sh Merge from 0.7. I hope. 2011-02-05 20:19:31 +00:00
cassandra-topology.properties forward-port CASSANDRA-1481. originally thought it was a non-issue in 0.7 because of endpoint caching in Strategy, but getRack/getDatacenter are still called by sortByProximity in StorageProxy. patch by jbellis 2010-10-14 20:17:47 +00:00
cassandra.yaml merge from 0.7 2011-03-10 20:28:17 +00:00
log4j-server.properties revert log4j change, again 2011-03-09 02:42:49 +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
schema-sample.txt move sample schema from cassandra.yaml to schema-sample.txt (backport of r1079462) 2011-03-08 18:21:00 +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-topology.properties: used by PropertyFileSnitch