Skip to content

Commit

Permalink
Merge pull request apache#1906 from guobingkun/fix_curator_compress_doc
Browse files Browse the repository at this point in the history
Fix curator compress doc
  • Loading branch information
fjy committed Nov 3, 2015
2 parents 8defe29 + 3ee28c3 commit 5eff838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5eff838

Please sign in to comment.