summaryrefslogtreecommitdiffstats
path: root/config/cassandra-filters/localhost-bop.properties
diff options
context:
space:
mode:
Diffstat (limited to 'config/cassandra-filters/localhost-bop.properties')
-rw-r--r--config/cassandra-filters/localhost-bop.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/cassandra-filters/localhost-bop.properties b/config/cassandra-filters/localhost-bop.properties
new file mode 100644
index 0000000..0cb9ca0
--- /dev/null
+++ b/config/cassandra-filters/localhost-bop.properties
@@ -0,0 +1,10 @@
+cassandra.ip = 127.0.0.1
+cassandra.seed = 127.0.0.1
+# This must be set to prevent Cassandra from self-killing with BOP:
+# https://issues.apache.org/jira/browse/CASSANDRA-5414
+cassandra.token = 0000000000000000000000000000000000
+cassandra.num.tokens =
+cassandra.partitioner = org.apache.cassandra.dht.ByteOrderedPartitioner
+cassandra.dir = ${project.build.directory}/cassandra/data/localhost-bop
+cassandra.clientenc.enabled = false
+cassandra.clientenc.ccert = false \ No newline at end of file