cassandra/conf
Jonathan Ellis 8fde113b66 improve comments and add debug logging. patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1032456 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 03:21:49 +00:00
..
README.txt rename RackAwareStrategy to OldNetworkTopologyStrategy, RackUnawareStrategy to SimpleStrategy, DatacenterShardStrategy to NetworkTopologyStrategy, AbstractRackAwareSnitch to AbstractNetworkTopologySnitch 2010-08-15 16:16:58 +00:00
access.properties document authorization changes 2010-10-06 15:19:28 +00:00
cassandra-env.sh make -Djava.net.preferIPv4Stack=true default 2010-10-29 21:39:30 +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 improve comments and add debug logging. patch by jbellis 2010-11-08 03:21:49 +00:00
log4j-server.properties actual working log4j rotation 2010-10-18 15:57:07 +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