From cffa93c62958c83948d811a807922f108b3aa714 Mon Sep 17 00:00:00 2001 From: Aleksey Yeschenko Date: Sat, 19 Sep 2015 17:50:06 +0100 Subject: [PATCH] Set hints_directory in cassandra_pig.yaml --- test/conf/cassandra_pig.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/conf/cassandra_pig.yaml b/test/conf/cassandra_pig.yaml index 68615cfaa0..286434b9b5 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