cassandra/conf
Jonathan Ellis 3a353f779c add sample mx4j options to cassandra-env.sh
patch by Ran Tavory; reviewed by jbellis for CASSANDRA-1832

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1043259 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08 01:00:56 +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 add sample mx4j options to cassandra-env.sh 2010-12-08 01:00:56 +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 add flush for each append to periodiccommitlog mode; added periodic_without_flush option to disable this 2010-11-30 18:45:08 +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