conf: reenable partitioner in scylla.yaml

It's needed for compaction_delete_test dtest.
Otherwise, it will fail with:

Missing directive: partitioner
Fatal configuration error; unable to start. See log for stacktrace.

FAIL

======================================================================
FAIL: compaction_delete_test (compaction_test.TestCompaction_with_SizeTieredCompactionStrategy)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/data/urchin_world/urchin-dtest/compaction_test.py", line 50, in compaction_delete_test
    self.assertEqual(numfound, 10)
AssertionError: 0 != 10

Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com>
This commit is contained in:
Raphael S. Carvalho
2015-09-18 16:56:28 -03:00
committed by Avi Kivity
parent 4c890fb207
commit 4d31e08299

View File

@@ -248,7 +248,7 @@ rpc_port: 9160
# compatibility include RandomPartitioner, ByteOrderedPartitioner, and
# OrderPreservingPartitioner.
#
# partitioner: org.apache.cassandra.dht.Murmur3Partitioner
partitioner: org.apache.cassandra.dht.Murmur3Partitioner
# policy for data disk failures: