You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2019/01/31 18:14:47 UTC

[incubator-druid] branch master updated: Updated definition and added link for Zookeeper connection string. (#6961)

This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 185a7d4  Updated definition and added link for Zookeeper connection string. (#6961)
185a7d4 is described below

commit 185a7d4fc541ba458c7d32af374a1ff7f49a1fdf
Author: Furkan KAMACI <fu...@gmail.com>
AuthorDate: Thu Jan 31 21:14:42 2019 +0300

    Updated definition and added link for Zookeeper connection string. (#6961)
    
    * Updated definition and added link for Zookeeper connection string.
    
    * Conflicts are merged.
---
 docs/content/tutorials/cluster.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/content/tutorials/cluster.md b/docs/content/tutorials/cluster.md
index 579ae1d..a2bc31d 100644
--- a/docs/content/tutorials/cluster.md
+++ b/docs/content/tutorials/cluster.md
@@ -227,7 +227,9 @@ In this simple cluster, you will deploy a single Master server containing the fo
 The processes on the cluster need to be configured with the addresses of this ZK instance and the metadata store.
 
 In `conf/druid/_common/common.runtime.properties`, replace
-"zk.service.host" with the address of the machine that runs your ZK instance:
+"zk.service.host" with [connection string](https://zookeeper.apache.org/doc/current/zookeeperProgrammers.html)
+containing a comma separated list of host:port pairs, each corresponding to a ZooKeeper server
+(e.g. "127.0.0.1:4545" or "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002"):
 
 - `druid.zk.service.host`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org