mirror of https://github.com/apache/cassandra
37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
#! /bin/sh /usr/share/dpatch/dpatch-run
|
|
## 001cassandra_yaml_dirs.dpatch by Tyler Hobbs <tyler@datastax.com>
|
|
##
|
|
## All lines beginning with `## DP:' are a description of the patch.
|
|
## DP: No description.
|
|
|
|
@DPATCH@
|
|
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' cassandra~/conf/cassandra.yaml cassandra/conf/cassandra.yaml
|
|
--- cassandra~/conf/cassandra.yaml 2014-06-05 13:36:22.000000000 -0500
|
|
+++ cassandra/conf/cassandra.yaml 2014-06-05 13:39:20.569034040 -0500
|
|
@@ -94,13 +94,13 @@
|
|
# will spread data evenly across them, subject to the granularity of
|
|
# the configured compaction strategy.
|
|
# If not set, the default directory is $CASSANDRA_HOME/data/data.
|
|
-# data_file_directories:
|
|
-# - /var/lib/cassandra/data
|
|
+data_file_directories:
|
|
+ - /var/lib/cassandra/data
|
|
|
|
# commit log. when running on magnetic HDD, this should be a
|
|
# separate spindle than the data directories.
|
|
# If not set, the default directory is $CASSANDRA_HOME/data/commitlog.
|
|
-# commitlog_directory: /var/lib/cassandra/commitlog
|
|
+commitlog_directory: /var/lib/cassandra/commitlog
|
|
|
|
# policy for data disk failures:
|
|
# stop_paranoid: shut down gossip even for single-sstable errors.
|
|
@@ -203,7 +203,7 @@
|
|
|
|
# saved caches
|
|
# If not set, the default directory is $CASSANDRA_HOME/data/saved_caches.
|
|
-# saved_caches_directory: /var/lib/cassandra/saved_caches
|
|
+saved_caches_directory: /var/lib/cassandra/saved_caches
|
|
|
|
# commitlog_sync may be either "periodic" or "batch."
|
|
# When in batch mode, Cassandra won't ack writes until the commit log
|