GitHub user JoshRosen opened a pull request:

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

    [SPARK-611] [WIP] Display executor thread dumps in web UI

    This patch allows executor thread dumps to be viewed in the Spark web UI.
    
    Thread dumps obtained from Thread.getAllStackTraces() are piggybacked
    on the periodic executor -> driver heartbeats.  JobProgressListener
    stores these heartbeats for display in the UI.
    
    One current limitation is that the driver thread dumps are not viewable
    except when running in local mode.
    
    This is [WIP] pending a few issues which I'll comment on inline.

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

    $ git pull https://github.com/JoshRosen/spark jstack-in-web-ui

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

    https://github.com/apache/spark/pull/2944.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 #2944
    
----
commit 0f198acb65c43d6a98c674f049bd96ea7816fdab
Author: Josh Rosen <joshro...@databricks.com>
Date:   2014-10-26T02:57:28Z

    [SPARK-611] Display executor thread dumps in web UI
    
    This patch allows executor thread dumps to be viewed in the Spark web UI.
    
    Thread dumps obtained from Thread.getAllStackTraces() are piggybacked
    on the periodic executor -> driver heartbeats.  JobProgressListener
    stores these heartbeats for display in the UI.
    
    One current limitation is that the driver thread dumps are not viewable
    except when running in local mode.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to