zhuangchong opened a new pull request #5459:
URL: https://github.com/apache/dolphinscheduler/pull/5459
## Purpose of the pull request
this close #5458
update the yarn application url property value one-click deployment
```
sed -i ${txt}
"s#yarn.application.status.address.*#yarn.application.status.address=http://${singleYarnIp}:8088/ws/v1/cluster/apps/%s#g"
conf/common.properties
```
to
```
sed -i ${txt}
"s#yarn.application.status.address.*#yarn.application.status.address=http://${singleYarnIp}:%s/ws/v1/cluster/apps/%s#g"
conf/common.properties
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]