This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch 3.0.1-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git

commit 85b96ddc1525234132a9eebc9e9471ac4be59595
Author: fuchanghai <[email protected]>
AuthorDate: Fri Aug 26 10:50:31 2022 +0800

    [improvement-#11630]fix document about common.properties (#11653)
    
    (cherry picked from commit ce8db1c5fb5992093f72491c691014858c35a597)
---
 docs/docs/en/architecture/configuration.md | 2 ++
 docs/docs/zh/architecture/configuration.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/docs/en/architecture/configuration.md 
b/docs/docs/en/architecture/configuration.md
index a13fd012e2..6d37ebb919 100644
--- a/docs/docs/en/architecture/configuration.md
+++ b/docs/docs/en/architecture/configuration.md
@@ -209,6 +209,8 @@ The default configuration is as follows:
 |yarn.resourcemanager.ha.rm.ids | 192.168.xx.xx,192.168.xx.xx | specify the 
yarn resourcemanager url. if resourcemanager supports HA, input HA IP addresses 
(separated by comma), or input null for standalone|
 |yarn.application.status.address | http://ds1:8088/ws/v1/cluster/apps/%s | 
keep default if ResourceManager supports HA or not use ResourceManager, or 
replace ds1 with corresponding hostname if ResourceManager in standalone mode|
 |development.state | false | specify whether in development state|
+|dolphin.scheduler.network.interface.preferred | NONE | display name of the 
network card|
+|dolphin.scheduler.network.priority.strategy | default | IP acquisition 
strategy, give priority to finding the internal network or the external network|
 |resource.manager.httpaddress.port | 8088 | the port of resource manager|
 |yarn.job.history.status.address | 
http://ds1:19888/ws/v1/history/mapreduce/jobs/%s | job history status url of 
yarn|
 |datasource.encryption.enable | false | whether to enable datasource 
encryption|
diff --git a/docs/docs/zh/architecture/configuration.md 
b/docs/docs/zh/architecture/configuration.md
index 908dfae9cd..4bdbbaa570 100644
--- a/docs/docs/zh/architecture/configuration.md
+++ b/docs/docs/zh/architecture/configuration.md
@@ -199,6 +199,8 @@ common.properties配置文件目前主要是配置hadoop/s3/yarn相关的配置
 |yarn.resourcemanager.ha.rm.ids | 192.168.xx.xx,192.168.xx.xx | yarn 
resourcemanager 地址, 如果resourcemanager开启了HA, 
输入HA的IP地址(以逗号分隔),如果resourcemanager为单节点, 该值为空即可|
 |yarn.application.status.address | http://ds1:8088/ws/v1/cluster/apps/%s | 
如果resourcemanager开启了HA或者没有使用resourcemanager,保持默认值即可. 
如果resourcemanager为单节点,你需要将ds1 配置为resourcemanager对应的hostname|
 |development.state | false | 是否处于开发模式|
+|dolphin.scheduler.network.interface.preferred | NONE | 网卡名称|
+|dolphin.scheduler.network.priority.strategy | default | ip获取策略 default优先获取内网|
 |resource.manager.httpaddress.port | 8088 | resource manager的端口|
 |yarn.job.history.status.address | 
http://ds1:19888/ws/v1/history/mapreduce/jobs/%s | yarn的作业历史状态URL|
 |datasource.encryption.enable | false | 是否启用datasource 加密|

Reply via email to