Update Zookeeper documentation

This commit is contained in:
Elisey Zanko 2019-09-01 11:27:35 +05:00
parent 23c67cdd62
commit 8fe4db2dc1
No known key found for this signature in database
GPG Key ID: 08BBC369B144F2DF
1 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,12 @@ Defaults to `3`. Zookeeper's [`autoPurge.snapRetainCount`](https://zookeeper.apa
> When enabled, ZooKeeper auto purge feature retains the autopurge.snapRetainCount most recent snapshots and the corresponding transaction logs in the dataDir and dataLogDir respectively and deletes the rest. Defaults to 3. Minimum value is 3.
### `ZOO_4LW_COMMANDS_WHITELIST`
Defaults to `srvr`. Zookeeper's [`4lw.commands.whitelist`](https://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_clusterOptions)
> A list of comma separated Four Letter Words commands that user wants to use. A valid Four Letter Words command must be put in this list else ZooKeeper server will not enable the command. By default the whitelist only contains "srvr" command which zkServer.sh uses. The rest of four letter word commands are disabled by default.
## Replicated mode
Environment variables below are mandatory if you want to run Zookeeper in replicated mode.