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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2f1f193  Update common.properties (#5223)
2f1f193 is described below

commit 2f1f193ba85abb7d4738f4f10ad05e6d510132c5
Author: xiaoyu <[email protected]>
AuthorDate: Wed Apr 7 16:17:21 2021 +0800

    Update common.properties (#5223)
---
 dolphinscheduler-common/src/main/resources/common.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dolphinscheduler-common/src/main/resources/common.properties 
b/dolphinscheduler-common/src/main/resources/common.properties
index e46dd15..0fbf5f4 100644
--- a/dolphinscheduler-common/src/main/resources/common.properties
+++ b/dolphinscheduler-common/src/main/resources/common.properties
@@ -60,6 +60,9 @@ yarn.resourcemanager.ha.rm.ids=192.168.xx.xx,192.168.xx.xx
 # if resourcemanager HA enable or not use resourcemanager, please keep the 
default value; If resourcemanager is single, you only need to replace ds1 to 
actual resourcemanager hostname.
 yarn.application.status.address=http://ds1:8088/ws/v1/cluster/apps/%s
 
+# if custom you  resourcemanager port ,you need to replace 8088 else default 
value.
+resource.manager.httpaddress.port=8088
+
 # job history status url when application number threshold is reached(default 
10000,maybe it was set to 1000)
 
yarn.job.history.status.address=http://ds1:19888/ws/v1/history/mapreduce/jobs/%s
 

Reply via email to