From 3ee28c35cec89d9968a193fd25e3aa59bad5c8f0 Mon Sep 17 00:00:00 2001 From: Bingkun Guo Date: Tue, 3 Nov 2015 16:48:59 -0600 Subject: [PATCH] fix curator compress doc --- docs/content/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/index.md b/docs/content/configuration/index.md index 2b692a7ca0c..89070a07701 100644 --- a/docs/content/configuration/index.md +++ b/docs/content/configuration/index.md @@ -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.