Skip to content

SPARK-1291: Link the spark UI to RM ui in yarn-client mode#1112

Closed
witgo wants to merge 8 commits into
apache:masterfrom
witgo:SPARK-1291
Closed

SPARK-1291: Link the spark UI to RM ui in yarn-client mode#1112
witgo wants to merge 8 commits into
apache:masterfrom
witgo:SPARK-1291

Conversation

@witgo

@witgo witgo commented Jun 18, 2014

Copy link
Copy Markdown
Contributor

No description provided.

@AmplabJenkins

Copy link
Copy Markdown

Merged build triggered.

@AmplabJenkins

Copy link
Copy Markdown

Merged build started.

@AmplabJenkins

Copy link
Copy Markdown

Merged build finished. All automated tests passed.

@AmplabJenkins

Copy link
Copy Markdown

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15869/

Copy link
Copy Markdown
Contributor

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", "")

@AmplabJenkins

Copy link
Copy Markdown

Merged build triggered.

@AmplabJenkins

Copy link
Copy Markdown

Merged build started.

@AmplabJenkins

Copy link
Copy Markdown

Merged build finished. All automated tests passed.

@AmplabJenkins

Copy link
Copy Markdown

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16030/

@AmplabJenkins

Copy link
Copy Markdown

Merged build triggered.

@AmplabJenkins

Copy link
Copy Markdown

Merged build started.

@AmplabJenkins

Copy link
Copy Markdown

Merged build finished.

@AmplabJenkins

Copy link
Copy Markdown

Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16047/

@AmplabJenkins

Copy link
Copy Markdown

Merged build triggered.

@AmplabJenkins

Copy link
Copy Markdown

Merged build started.

@AmplabJenkins

Copy link
Copy Markdown

Merged build finished.

@AmplabJenkins

Copy link
Copy Markdown

Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16099/

@witgo

witgo commented Jun 25, 2014

Copy link
Copy Markdown
Contributor Author

Jenkins, test this please.

@AmplabJenkins

Copy link
Copy Markdown

Merged build triggered.

@AmplabJenkins

Copy link
Copy Markdown

Merged build started.

@AmplabJenkins

Copy link
Copy Markdown

Merged build finished. All automated tests passed.

@AmplabJenkins

Copy link
Copy Markdown

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16100/

@SparkQA

SparkQA commented Jul 15, 2014

Copy link
Copy Markdown

QA tests have started for PR 1112. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16680/consoleFull

@witgo

witgo commented Jul 15, 2014

Copy link
Copy Markdown
Contributor Author

@tgravescs The code has been submitted. Because I don't have the hadoop 0.23.x cluster, the code no strict test.

@SparkQA

SparkQA commented Jul 15, 2014

Copy link
Copy Markdown

QA tests have started for PR 1112. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16681/consoleFull

@tgravescs

Copy link
Copy Markdown
Contributor

Thanks, I'll test out the 0.23 code.

@SparkQA

SparkQA commented Jul 15, 2014

Copy link
Copy Markdown

QA results for PR 1112:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds the following public classes (experimental):
case class AddWebUIFilter(filterName:String, filterParams: String, proxyBase :String)

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16680/consoleFull

@SparkQA

SparkQA commented Jul 15, 2014

Copy link
Copy Markdown

QA results for PR 1112:
- This patch FAILED unit tests.
- This patch merges cleanly
- This patch adds the following public classes (experimental):
case class AddWebUIFilter(filterName:String, filterParams: String, proxyBase :String)

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16681/consoleFull

@tgravescs

Copy link
Copy Markdown
Contributor

Jenkins, test this please

@SparkQA

SparkQA commented Jul 15, 2014

Copy link
Copy Markdown

QA tests have started for PR 1112. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16687/consoleFull

@SparkQA

SparkQA commented Jul 15, 2014

Copy link
Copy Markdown

QA results for PR 1112:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds the following public classes (experimental):
case class AddWebUIFilter(filterName:String, filterParams: String, proxyBase :String)

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16687/consoleFull

@tgravescs

Copy link
Copy Markdown
Contributor

Looks good. Thanks @witgo

@asfgit asfgit closed this in 72ea56d Jul 15, 2014
gzm55 pushed a commit to MediaV/spark that referenced this pull request Jul 18, 2014
Author: witgo <witgo@qq.com>

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
asfgit pushed a commit that referenced this pull request Jul 23, 2014
The issue is caused by #1112 .

Author: GuoQiang Li <witgo@qq.com>

Closes #1501 from witgo/webui_style and squashes the following commits:

4b34998 [GuoQiang Li] In some cases, pages display incorrect in WebUI
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
Author: witgo <witgo@qq.com>

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
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
The issue is caused by apache#1112 .

Author: GuoQiang Li <witgo@qq.com>

Closes apache#1501 from witgo/webui_style and squashes the following commits:

4b34998 [GuoQiang Li] In some cases, pages display incorrect in WebUI
mapr-devops pushed a commit to mapr/spark that referenced this pull request May 8, 2025
…verride option (apache#1112)

[EZSPA-1073] Add ssibility to work with spark.rapids.shims-provider-override option

---------

Co-authored-by: Egor Krivokon <>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants