Uh oh!
There was an error while loading. Please reload this page.
[SPARK-17526][Web UI]: Display the executor log links with the job failure message on Spark UI and Console - #15080
Closed
zhzhan wants to merge 2 commits into
Closed
[SPARK-17526][Web UI]: Display the executor log links with the job failure message on Spark UI and Console#15080zhzhan wants to merge 2 commits into
zhzhan wants to merge 2 commits into
Conversation
SparkQA
commented
Sep 13, 2016
Test build #65325 has finished for PR 15080 at commit
|
added 2 commits
September 13, 2016 14:11
SparkQA
commented
Sep 13, 2016
Test build #65332 has finished for PR 15080 at commit
|
srowen
commented
Sep 14, 2016
Member
This is a lot of plumbing, to push info specific to a resource manager down a few levels. I don't think it's worth it just for a log message. |
zhzhan
commented
Sep 14, 2016
ContributorAuthor
@srowen Thanks for reviewing this. Any suggestion to improve it are welcomed. It does bother us a lot without being able to locate the debug log quickly in production. |
srowen
commented
Oct 4, 2016
Member
I would prefer not to make this change and close this PR. |
srowen added a commit
to srowen/spark
that referenced
this pull request
Oct 12, 2016
Closesapache#15303Closesapache#15078Closesapache#15080Closesapache#15135Closesapache#14565Closesapache#12355Closesapache#15404
zifeif2 pushed a commit
to zifeif2/spark
that referenced
this pull request
Nov 22, 2025
Closesapache#15303Closesapache#15078Closesapache#15080Closesapache#15135Closesapache#14565Closesapache#12355Closesapache#15404 Author: Sean Owen <sowen@cloudera.com> Closesapache#15451 from srowen/CloseStalePRs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Add the executor log links with the job failure message on Spark UI and Console
How was this patch tested?
The patch is manually tested.
In Console:
ERROR TaskSetManager: Task 0 in stage 0.0 failed 4 times; stdout: stdout_log_link stderr: stderr_log_link; aborting job ...
In WebUI
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)