From 4680da2a57c7157e70e37bf1e8d482bb54a6d788 Mon Sep 17 00:00:00 2001 From: Gary Dusbabek Date: Thu, 18 Nov 2010 17:48:16 +0000 Subject: [PATCH] update test yaml git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1036557 13f79535-47bb-0310-9956-ffa450edef68 --- test/conf/cassandra.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/conf/cassandra.yaml b/test/conf/cassandra.yaml index b74da12a61..14698028bd 100644 --- a/test/conf/cassandra.yaml +++ b/test/conf/cassandra.yaml @@ -18,8 +18,10 @@ commitlog_rotation_threshold_in_mb: 128 data_file_directories: - build/test/cassandra/data disk_access_mode: mmap -seeds: - - 127.0.0.2 +seed_provider: + - class_name: org.apache.cassandra.locator.SimpleSeedProvider + parameters: + - seeds: "127.0.0.2" endpoint_snitch: org.apache.cassandra.locator.SimpleSnitch request_scheduler: org.apache.cassandra.scheduler.RoundRobinScheduler request_scheduler_id: keyspace