This is an automated email from the ASF dual-hosted git repository.
wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new ad1a6af4fb Add link to ETCD/JDBC Registry Guideline (#15597)
ad1a6af4fb is described below
commit ad1a6af4fb24ddc17bc092f20453de01d1128311
Author: JohnHuang <[email protected]>
AuthorDate: Thu May 9 16:52:37 2024 +0800
Add link to ETCD/JDBC Registry Guideline (#15597)
---
docs/docs/en/architecture/configuration.md | 5 ++++-
docs/docs/zh/architecture/configuration.md | 7 +++++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/docs/docs/en/architecture/configuration.md
b/docs/docs/en/architecture/configuration.md
index fe0b7851ba..cc3bc94fc0 100644
--- a/docs/docs/en/architecture/configuration.md
+++ b/docs/docs/en/architecture/configuration.md
@@ -165,7 +165,7 @@ The default configuration is as follows:
Note that DolphinScheduler also supports database configuration through
`bin/env/dolphinscheduler_env.sh`.
-### Zookeeper related configuration
+### Registry Related configuration
DolphinScheduler uses Zookeeper for cluster management, fault tolerance, event
monitoring and other functions.
Configuration file location:
@@ -191,6 +191,9 @@ The default configuration is as follows:
Note that DolphinScheduler also supports zookeeper related configuration
through `bin/env/dolphinscheduler_env.sh`.
+For ETCD Registry, please see more details on
[link](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md).
+For JDBC Registry, please see more details on
[link](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md).
+
### common.properties [hadoop、s3、yarn config properties]
Currently, common.properties mainly configures Hadoop,s3a related
configurations. Configuration file location:
diff --git a/docs/docs/zh/architecture/configuration.md
b/docs/docs/zh/architecture/configuration.md
index d8d1d42d1e..3e40b8d88f 100644
--- a/docs/docs/zh/architecture/configuration.md
+++ b/docs/docs/zh/architecture/configuration.md
@@ -165,9 +165,9 @@ export DOLPHINSCHEDULER_OPTS="
DolphinScheduler同样可以通过设置环境变量进行数据库连接相关的配置, 将以上小写字母转成大写并把`.`换成`_`作为环境变量名,
设置值即可。
-## Zookeeper相关配置
+## 注册中心相关配置
-DolphinScheduler使用Zookeeper进行集群管理、容错、事件监听等功能,配置文件位置:
+DolphinScheduler默认使用Zookeeper进行集群管理、容错、事件监听等功能,配置文件位置:
|服务名称| 配置文件 |
|--|--|
|Master Server | `master-server/conf/application.yaml`|
@@ -190,6 +190,9 @@ DolphinScheduler使用Zookeeper进行集群管理、容错、事件监听等功
DolphinScheduler同样可以通过`bin/env/dolphinscheduler_env.sh`进行Zookeeper相关的配置。
+如果使用etcd作为注册中心,详细请参考[链接](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/README.md)。
+如果使用jdbc作为注册中心,详细请参考[链接](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md)。
+
## common.properties [hadoop、s3、yarn配置]
common.properties配置文件目前主要是配置hadoop/s3/yarn/applicationId收集相关的配置,配置文件位置: