Updated definition and added link for Zookeeper connection string. (#6961)

* Updated definition and added link for Zookeeper connection string.

* Conflicts are merged.
This commit is contained in:
Furkan KAMACI 2019-01-31 21:14:42 +03:00 committed by Gian Merlino
parent 54735a5ad1
commit 185a7d4fc5
1 changed files with 3 additions and 1 deletions

View File

@ -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`