comments
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/25014a19 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/25014a19 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/25014a19 Branch: refs/heads/trunk Commit: 25014a193f009799bae10cbac291bb83b69f695d Parents: a25ac14 Author: Jonathan Ellis <[email protected]> Authored: Sat Apr 13 23:45:40 2013 -0500 Committer: Jonathan Ellis <[email protected]> Committed: Sat Apr 13 23:48:06 2013 -0500 ---------------------------------------------------------------------- conf/cassandra.yaml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/25014a19/conf/cassandra.yaml ---------------------------------------------------------------------- diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 6eb0c6b..22e136c 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -102,7 +102,9 @@ permissions_validity_in_ms: 2000 # partitioners and token selection. partitioner: org.apache.cassandra.dht.Murmur3Partitioner -# directories where Cassandra should store data on disk. +# Directories where Cassandra should store data on disk. Cassandra +# will spread data evenly across them, subject to the granularity of +# the configured compaction strategy. data_file_directories: - /var/lib/cassandra/data
