mirror of https://github.com/apache/druid.git
Merge pull request #1906 from guobingkun/fix_curator_compress_doc
Fix curator compress doc
This commit is contained in:
commit
5eff83833f
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue