Skip to content
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

[SPARK-13459] [Web UI] Separate Alive and Dead Executors in Executor Totals Table #11381

Closed
wants to merge 1 commit into from

Conversation

ajbozarth
Copy link
Member

What changes were proposed in this pull request?

Now that dead executors are shown in the executors table (#10058) the totals table is updated to include the separate totals for alive and dead executors as well as the current total, as originally discussed in #10668

How was this patch tested?

Manually verified by running the Standalone Web UI in the latest Safari and Firefox ESR

@ajbozarth
Copy link
Member Author

New Look:
new

Current Look:
old

@@ -86,7 +86,7 @@ private[ui] class ExecutorsPage(
<th>Failed Tasks</th>
<th>Complete Tasks</th>
<th>Total Tasks</th>
<th data-toggle="tooltip" title={ToolTips.TASK_TIME}>Task Time (GC Time)</th>
<th><span data-toggle="tooltip" title={ToolTips.TASK_TIME}>Task Time (GC Time)</span></th>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed this to match other tooltips. This originally was added in a related task.

@ajbozarth
Copy link
Member Author

@tgravescs This is a follow up to #10668

@SparkQA
Copy link

SparkQA commented Feb 26, 2016

Test build #52008 has finished for PR 11381 at commit 23199a7.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@tgravescs
Copy link
Contributor

I'll try to look at this early next week. ping me again if I forget.

@ajbozarth
Copy link
Member Author

Jenkins, retest this please

@SparkQA
Copy link

SparkQA commented Feb 27, 2016

Test build #52086 has finished for PR 11381 at commit 23199a7.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@ajbozarth
Copy link
Member Author

@tgravescs reminding you as you requested

@tgravescs
Copy link
Contributor

trying it out today

@tgravescs
Copy link
Contributor

this looks good. The only thing is now I think it makes more sense to just put the # of executors in its own column rather then in () by the "Active"/"Dead"/"Total"

@ajbozarth
Copy link
Member Author

I had originally done that but it just felt off to me, I've recreated the different options, I'll commit whichever looks best to you (the second one is my favorite)
numberof
count
statnum
statcount

@tgravescs
Copy link
Contributor

Ah, I see what you mean, the extra column header can make that a pretty big column.

Ok lets leave it as is for now. We can always change it later if people are confused.

LGTM, thanks!

@asfgit asfgit closed this in 5f42c28 Mar 4, 2016
@ajbozarth ajbozarth deleted the spark13459 branch March 4, 2016 23:08
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
…otals Table

## What changes were proposed in this pull request?

Now that dead executors are shown in the executors table (apache#10058) the totals table is updated to include the separate totals for alive and dead executors as well as the current total, as originally discussed in apache#10668

## How was this patch tested?

Manually verified by running the Standalone Web UI in the latest Safari and Firefox ESR

Author: Alex Bozarth <ajbozart@us.ibm.com>

Closes apache#11381 from ajbozarth/spark13459.
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.

3 participants