devaraj-kavali opened a new pull request #23659: [SPARK-26737][YARN] Executor/Task STDERR & STDOUT log urls are not correct in Yarn deployment mode URL: https://github.com/apache/spark/pull/23659 ## What changes were proposed in this pull request? As part of the SPARK-22404 PR, base log url formation has been changed for unmanaged am which causes to include key is also part of the base url. This PR corrects the addition of key into base url. ## How was this patch tested? Verified the url manually and see that this has been corrected with the PR change. Before this PR the base log url is like, Unmanaged AM enabled : `http://ip:8042/node/containerlogs/container_1544212645385_0252_01_000002/(USER, devaraj)` Unmanaged AM disabled : `http://ip:8042/node/containerlogs/container_1544212645385_0254_01_000002/(SPARK_USER, devaraj)` With the PR change, base log url is like this : `http://ip:8042/node/containerlogs/container_1544212645385_0253_01_000002/devaraj`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
