Outdated property names (#4146)

Outdated property names?
This commit is contained in:
Xiuming Chen 2017-04-05 16:37:38 -07:00 committed by Fangjin Yang
parent 0d2e91ed50
commit 7e4e5510e0
1 changed files with 2 additions and 2 deletions

View File

@ -189,12 +189,12 @@ In this simple cluster, you will deploy a single Druid Coordinator, a
single Druid Overlord, a single ZooKeeper instance, and an embedded Derby metadata store on the same server.
In `conf/druid/_common/common.runtime.properties`, replace
"zk.host.ip" with the IP address of the machine that runs your ZK instance:
"zk.service.host" with the address of the machine that runs your ZK instance:
- `druid.zk.service.host`
In `conf/druid/_common/common.runtime.properties`, replace
"metadata.store.ip" with the IP address of the machine that you will use as your metadata store:
"metadata.storage.*" with the address of the machine that you will use as your metadata store:
- `druid.metadata.storage.connector.connectURI`
- `druid.metadata.storage.connector.host`