-
Notifications
You must be signed in to change notification settings - Fork 28.7k
SPARK-1291: Link the spark UI to RM ui in yarn-client mode #1112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Merged build triggered. |
Merged build started. |
Merged build finished. All automated tests passed. |
All automated tests passed. |
logInfo("Registering the ApplicationMaster") | ||
// TODO: Find out client's Spark UI address and fill in here? | ||
amClient.registerApplicationMaster(Utils.localHostName(), 0, "") | ||
val appUIAddress = sparkConf.getOption("spark.driver.appUIAddress").getOrElse("") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can just use sparkConf.get("spark.driver.appUIAddress", "")
Merged build triggered. |
Merged build started. |
Merged build finished. All automated tests passed. |
All automated tests passed. |
Merged build triggered. |
Merged build started. |
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16047/ |
Merged build triggered. |
Merged build started. |
Merged build finished. |
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16099/ |
Jenkins, test this please. |
Merged build triggered. |
Merged build started. |
Merged build finished. All automated tests passed. |
All automated tests passed. |
QA tests have started for PR 1112. This patch merges cleanly. |
@tgravescs The code has been submitted. Because I don't have the hadoop 0.23.x cluster, the code no strict test. |
QA tests have started for PR 1112. This patch merges cleanly. |
Thanks, I'll test out the 0.23 code. |
QA results for PR 1112: |
QA results for PR 1112: |
Jenkins, test this please |
QA tests have started for PR 1112. This patch merges cleanly. |
QA results for PR 1112: |
Looks good. Thanks @witgo |
Author: witgo <[email protected]> Closes apache#1112 from witgo/SPARK-1291 and squashes the following commits: 6022bcd [witgo] review commit 1fbb925 [witgo] add addAmIpFilter to yarn alpha 210299c [witgo] review commit 1b92a07 [witgo] review commit 6896586 [witgo] Add comments to addWebUIFilter 3e9630b [witgo] review commit 142ee29 [witgo] review commit 1fe7710 [witgo] Link the spark UI to RM ui in yarn-client mode Conflicts: yarn/stable/src/main/scala/org/apache/spark/deploy/yarn/ExecutorLauncher.scala
The issue is caused by #1112 . Author: GuoQiang Li <[email protected]> Closes #1501 from witgo/webui_style and squashes the following commits: 4b34998 [GuoQiang Li] In some cases, pages display incorrect in WebUI
Author: witgo <[email protected]> Closes apache#1112 from witgo/SPARK-1291 and squashes the following commits: 6022bcd [witgo] review commit 1fbb925 [witgo] add addAmIpFilter to yarn alpha 210299c [witgo] review commit 1b92a07 [witgo] review commit 6896586 [witgo] Add comments to addWebUIFilter 3e9630b [witgo] review commit 142ee29 [witgo] review commit 1fe7710 [witgo] Link the spark UI to RM ui in yarn-client mode
The issue is caused by apache#1112 . Author: GuoQiang Li <[email protected]> Closes apache#1501 from witgo/webui_style and squashes the following commits: 4b34998 [GuoQiang Li] In some cases, pages display incorrect in WebUI
…verride option (apache#1112) [EZSPA-1073] Add ssibility to work with spark.rapids.shims-provider-override option --------- Co-authored-by: Egor Krivokon <>
No description provided.