[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 <dailidong66@gmail.com>
This commit is contained in:
parent
047b0a312f
commit
c1875e80d5
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue