GitHub user kayousterhout opened a pull request:
https://github.com/apache/spark/pull/4510
[SPARK-5645] Added local read bytes/time to task metrics
@ksakellis I stumbled on your JIRA for this yesterday; I know it's assigned
to you but I'd already done this for my own uses a while ago so thought I could
help save you the work of doing it! Hopefully this doesn't duplicate any work
you've already done.
Here's a screenshot of what the UI looks like:

Based on a discussion with @pwendell, I put the data read remotely in as an
additional metric rather than showing it in brackets as you'd suggested,
Kostas. The assumption here is that the average user doesn't care about the
differentiation between local / remote data, so it's better not to pollute the
UI.
I also added data about the local read time, which I've found very helpful
for debugging, but I didn't put it in the UI because I think it's probably
something not a ton of people will need to use.
With this change, the total read time and total write time shown in the UI
should now add up properly:

You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kayousterhout/spark-1 SPARK-5645
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4510.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 #4510
----
commit 347e2cd440c13811f3c2d795ca195ec157eaa125
Author: Kay Ousterhout <[email protected]>
Date: 2014-09-08T23:45:52Z
[SPARK-5645] Added local read bytes/time to task metrics
----
---
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]