From c1875e80d5dba2aea98e796e1a611ca765f859e7 Mon Sep 17 00:00:00 2001 From: enoughwell <43284848+enoughwell@users.noreply.github.com> Date: Sun, 31 Jan 2021 22:13:52 +0800 Subject: [PATCH] [Feature-4596] Add a description for the system env path in common.properties (#4638) * add a description for the system env path in common.properties * Update common.properties Co-authored-by: dailidong --- dolphinscheduler-common/src/main/resources/common.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-common/src/main/resources/common.properties b/dolphinscheduler-common/src/main/resources/common.properties index b8c21c853b..1ff62a20c3 100644 --- a/dolphinscheduler-common/src/main/resources/common.properties +++ b/dolphinscheduler-common/src/main/resources/common.properties @@ -62,7 +62,7 @@ yarn.application.status.address=http://ds1:8088/ws/v1/cluster/apps/%s # 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 -# system env path +# system env path, If you want to set your own path, you need to set this env file to an absolute path #dolphinscheduler.env.path=env/dolphinscheduler_env.sh development.state=false