fix curator compress doc

This commit is contained in:
Bingkun Guo 2015-11-03 16:48:59 -06:00
parent 8defe29270
commit 3ee28c35ce
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|
|--------|-----------|-------|
|`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
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.