Merge pull request #1906 from guobingkun/fix_curator_compress_doc

Fix curator compress doc
This commit is contained in:
Fangjin Yang 2015-11-03 15:24:09 -08:00
commit 5eff83833f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ We recommend just setting the base ZK path and the ZK service host, but all ZK p
|Property|Description|Default| |Property|Description|Default|
|--------|-----------|-------| |--------|-----------|-------|
|`druid.zk.service.sessionTimeoutMs`|ZooKeeper session timeout, in milliseconds.|`30000`| |`druid.zk.service.sessionTimeoutMs`|ZooKeeper session timeout, in milliseconds.|`30000`|
|`druid.curator.compress`|Boolean flag for whether or not created Znodes should be compressed.|`true`| |`druid.zk.service.compress`|Boolean flag for whether or not created Znodes should be compressed.|`true`|
#### Path Configuration #### Path Configuration
Druid interacts with ZK through a set of standard path configurations. We recommend just setting the base ZK path, but all ZK paths that Druid uses can be overwritten to absolute paths. Druid interacts with ZK through a set of standard path configurations. We recommend just setting the base ZK path, but all ZK paths that Druid uses can be overwritten to absolute paths.