From 2dbd49b6e603a3aca3affb3321eec816004b1122 Mon Sep 17 00:00:00 2001 From: Russell Jurney Date: Mon, 26 Aug 2013 20:34:24 -0700 Subject: [PATCH] Removed zk references from realtime config --- examples/config/realtime/runtime.properties | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/config/realtime/runtime.properties b/examples/config/realtime/runtime.properties index 4af1b7908ec..b7366c20595 100644 --- a/examples/config/realtime/runtime.properties +++ b/examples/config/realtime/runtime.properties @@ -6,11 +6,6 @@ druid.service=realtime com.metamx.emitter.logging=true com.metamx.emitter.logging.level=info -# zk -druid.zk.service.host=localhost -druid.zk.paths.base=/druid -druid.zk.paths.discoveryPath=/druid/discoveryPath - # processing druid.processing.buffer.sizeBytes=10000000 @@ -34,4 +29,4 @@ druid.paths.indexCache=/tmp/druid/indexCache # handoff druid.pusher.local.storageDirectory=/tmp/druid/localStorage -druid.pusher.local=true \ No newline at end of file +druid.pusher.local=true