GitHub user kayousterhout opened a pull request:

    https://github.com/apache/spark/pull/6202

    [SPARK-7676] Bug fix and cleanup of stage timeline view

    cc @pwendell @sarutak
    
    This commit cleans up some unnecessary code, eliminates the feature where 
when you mouse-over a box in the timeline, the corresponding task is 
highlighted in the table (because that feature is only useful in the rare case 
when you have a very small number of tasks, in which case it's easy to figure 
out the mapping anyway), and fixes a bug where nothing shows up if you try to 
visualize a stage with only 1 task.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kayousterhout/spark-1 SPARK-7676

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/6202.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 #6202
    
----
commit dfd29d400b1792d29cf48397fa975c5c79b1a2c7
Author: Kay Ousterhout <[email protected]>
Date:   2015-05-15T21:54:50Z

    [SPARK-7676] Bug fix and cleanup of stage timeline view

----


---
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]

Reply via email to