This is an automated email from the ASF dual-hosted git repository.
caishunfeng pushed a commit to branch 3.0.1-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/3.0.1-prepare by this push:
new c258cc0d3c [DOC] improve zk digest doc (#11703) (#11992)
c258cc0d3c is described below
commit c258cc0d3ca10e2611eeb8a04526d919994d21a8
Author: Kerwin <[email protected]>
AuthorDate: Fri Sep 16 19:23:43 2022 +0800
[DOC] improve zk digest doc (#11703) (#11992)
Co-authored-by: Evans Sun <[email protected]>
---
docs/docs/en/architecture/configuration.md | 2 +-
docs/docs/zh/architecture/configuration.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs/en/architecture/configuration.md
b/docs/docs/en/architecture/configuration.md
index aa15fb4651..a13fd012e2 100644
--- a/docs/docs/en/architecture/configuration.md
+++ b/docs/docs/en/architecture/configuration.md
@@ -173,7 +173,7 @@ The default configuration is as follows:
|registry.zookeeper.session-timeout|30s|session timeout|
|registry.zookeeper.connection-timeout|30s|connection timeout|
|registry.zookeeper.block-until-connected|600ms|waiting time to block until
the connection succeeds|
-|registry.zookeeper.digest|~|digest of zookeeper|
+|registry.zookeeper.digest|{username}:{password}|digest of zookeeper to access
znode, works only when acl is enabled, for more details please check
[https://zookeeper.apache.org/doc/r3.4.14/zookeeperAdmin.html](Apache Zookeeper
doc) |
Note that DolphinScheduler also supports zookeeper related configuration
through `bin/env/dolphinscheduler_env.sh`.
diff --git a/docs/docs/zh/architecture/configuration.md
b/docs/docs/zh/architecture/configuration.md
index 1097b50786..908dfae9cd 100644
--- a/docs/docs/zh/architecture/configuration.md
+++ b/docs/docs/zh/architecture/configuration.md
@@ -165,7 +165,7 @@ DolphinScheduler使用Zookeeper进行集群管理、容错、事件监听等功
|registry.zookeeper.session-timeout|30s|session超时时间|
|registry.zookeeper.connection-timeout|30s|连接超时时间|
|registry.zookeeper.block-until-connected|600ms|阻塞直到连接成功的等待时间|
-|registry.zookeeper.digest|~|Zookeeper使用的digest|
+|registry.zookeeper.digest|{用户名:密码}|如果zookeeper打开了acl,则需要填写认证信息访问znode,认证信息格式为{用户名}:{密码}。关于Zookeeper
ACL详见[https://zookeeper.apache.org/doc/r3.4.14/zookeeperAdmin.html](Apache
Zookeeper官方文档)|
DolphinScheduler同样可以通过`bin/env/dolphinscheduler_env.sh`进行Zookeeper相关的配置。