didiaode18 opened a new issue #5026:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/5026
1. Describe the question
When I run a spark task, the webui observation in yarn is successful,
but the response result in dolphinscheduler fails.
2. What are the current deficiencies and the benefits of improvement
Our default attribute value
yarn.application.status.address=http://ds1:8088/ws/v1/cluster/apps/%s in
common.properties is not reasonable and our default common.properties No
configuration resource.manager.httpaddress.port .
So the reason why we report the error is because of our company's
configuration resource.manager.httpaddress.port is 23188
NOT 8088 .
We should Flexible configuration yarn properties.
3. Which version of DolphinScheduler:
-[1.3.x]
-[dev]
4. Describe alternatives you've considered
We need to modify resource.manager.httpaddress.port and
yarn.application.status.address in the code,
In common.properties we only need to modify
resource.manager.httpaddress.port,
The yarn task can respond successfully
----------------------------------------------------------------
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]