-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-2297][UI] Make task attempt and speculation more explicit in UI. #1236
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
|
Note that I hacked the internal to get this UI because speculation doesn't launch tasks on the same host. I removed the constraint during testing -- that's why you see them on the same executor. |
|
Merged build triggered. |
|
Merged build started. |
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.
hive -> hide?
|
Looks good except for a few naming nits. Also the Json tests are going to (or should!) fail -- you need to update the Json strings at the bottom to include the speculative thing |
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.
can you name "e" isSpeculative?
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16169/ |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. |
|
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16171/ |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Ok merging this in master. Thanks for reviewing! |
|
Hey @rxin I was wondering -- is the TID useless now that the UI shows the attempt #? |
|
It's going to be useless if we stop using them in logs. I think right now they might still be useful since they can be used to correlate with log messages. |
|
Oh good point that makes sense On Thu, Jun 26, 2014 at 10:21 PM, Reynold Xin [email protected]
|
New UI:  Author: Reynold Xin <[email protected]> Closes apache#1236 from rxin/ui-task-attempt and squashes the following commits: 3b645dd [Reynold Xin] Expose attemptId in Stage. c0474b1 [Reynold Xin] Beefed up unit test. c404bdd [Reynold Xin] Fix ReplayListenerSuite. f56be4b [Reynold Xin] Fixed JsonProtocolSuite. e29e0f7 [Reynold Xin] Minor update. 5e4354a [Reynold Xin] [SPARK-2297][UI] Make task attempt and speculation more explicit in UI.
…nrecognized hint in subquery (#1236)
New UI: