You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2015/09/19 18:50:31 UTC

cassandra git commit: Set hints_directory in cassandra_pig.yaml

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.0 6af4657a9 -> cffa93c62


Set hints_directory in cassandra_pig.yaml


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cffa93c6
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/cffa93c6
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/cffa93c6

Branch: refs/heads/cassandra-3.0
Commit: cffa93c62958c83948d811a807922f108b3aa714
Parents: 6af4657
Author: Aleksey Yeschenko <al...@apache.org>
Authored: Sat Sep 19 17:50:06 2015 +0100
Committer: Aleksey Yeschenko <al...@apache.org>
Committed: Sat Sep 19 17:50:06 2015 +0100

----------------------------------------------------------------------
 test/conf/cassandra_pig.yaml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/cffa93c6/test/conf/cassandra_pig.yaml
----------------------------------------------------------------------
diff --git a/test/conf/cassandra_pig.yaml b/test/conf/cassandra_pig.yaml
index 68615cf..286434b 100644
--- a/test/conf/cassandra_pig.yaml
+++ b/test/conf/cassandra_pig.yaml
@@ -8,6 +8,7 @@ commitlog_sync: batch
 commitlog_sync_batch_window_in_ms: 1.0
 commitlog_segment_size_in_mb: 5
 commitlog_directory: build/test/cassandra/commitlog
+hints_directory: build/test/cassandra/hints
 partitioner: org.apache.cassandra.dht.Murmur3Partitioner
 listen_address: 127.0.0.1
 storage_port: 7010