zhuangchong opened a new issue #5458:
URL: https://github.com/apache/dolphinscheduler/issues/5458


   **Describe the question**
   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
   
   ```
   
   **Which version of DolphinScheduler:**
    -[dev]
   
   


-- 
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]


Reply via email to