cassandra/conf
Jonathan Ellis 5e1820487d add flush_largest_memtables_at and reduce_cache_sizes_at options
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-2142

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1069119 13f79535-47bb-0310-9956-ffa450edef68
2011-02-09 21:22:01 +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 add sample -Xdebug line con configuration file 2011-02-05 03:58:28 +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_largest_memtables_at and reduce_cache_sizes_at options 2011-02-09 21:22:01 +00:00
log4j-server.properties check log4j configuration for changes every 10s 2010-12-22 23:53:40 +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-topology.properties: used by PropertyFileSnitch