GitHub user ajbozarth opened a pull request:
https://github.com/apache/spark/pull/10154
[SPARK-12149] [Web UI] Executor UI improvement suggestions - Color UI
Added color coding to the Executors page for Active Tasks, Failed Tasks,
Completed Tasks and Task Time.
Active Tasks is shaded green with it's range based on percentage of total
cores used.
Failed Tasks is shaded red ranging over the first 10% of total tasks failed
Completed Tasks is shaded blue ranging over 10% of total tasks including
failed and active tasks.
Task Time is shaded red when GC Time goes over 10% of total time with it's
range directly corresponding to the percent of total time.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajbozarth/spark spark12149
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10154.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10154
----
commit 71750e4a74ca9d3fa842b186c496aa752b7a13a4
Author: Alex Bozarth <[email protected]>
Date: 2015-12-02T01:19:43Z
SPARK-1832 added color to tasks on executor page
commit d630cac67e441c396a60c9add0e185bbb2cc6b1c
Author: Alex Bozarth <[email protected]>
Date: 2015-12-04T20:42:16Z
SPARK-12149 Cleaned up color UI code, fixed tests, added color UI for GC
time
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]