cassandra/conf
Jonathan Ellis c6f383ceb1 add options to configure Thrift socket keepalive and buffer sizes
patch by Erik Onnen and jbellis for CASSANDRA-1424

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@998432 13f79535-47bb-0310-9956-ffa450edef68
2010-09-18 10:01:40 +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 revert 980215, 980217, 980220, 980222, 980225, 980226. CASSANDRA-1237 2010-07-29 19:53:36 +00:00
cassandra-env.sh only attempt to set thread stack size on Linux. Patch by Peter Schuller, reviewed by brandonwilliams for CASSANDRA-1508 2010-09-16 13:42:16 +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 add options to configure Thrift socket keepalive and buffer sizes 2010-09-18 10:01:40 +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