GitHub user barnardb opened a pull request:

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

    [SPARK-20242][Web UI] Add spark.ui.stopDelay

    ## What changes were proposed in this pull request?
    
    Adds a spark.ui.stopDelay configuration property that can be used to keep 
the UI running when an application has finished. This is very useful for 
debugging, especially when the driver application is running remotely.
    
    ## How was this patch tested?
    
    This patch was tested manually. E.g. here's a screenshot from 
`bin/spark-submit run-example --conf spark.ui.stopDelay=30s SparkPi 100`:
    
    
![image](https://cloud.githubusercontent.com/assets/151714/24754984/c5b1657e-1ad8-11e7-99c8-982919afc94e.png)


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

    $ git pull https://github.com/barnardb/spark ui-defer-stop-SPARK-20242

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

    https://github.com/apache/spark/pull/17551.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 #17551
    
----
commit aa59599053b8d786bf0d63c10bd0bc4bdf2bcfa4
Author: Ben Barnard <[email protected]>
Date:   2017-04-06T09:41:20Z

    [SPARK-20242][Web UI] Add spark.ui.stopDelay
    
    This property can be used to keep the UI running when an application
    has finished. This can be very useful for debugging.

----


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