GitHub user vanzin opened a pull request:

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

    [SPARK-20664][core] Delete stale application data from SHS.

    Detect the deletion of event log files from storage, and remove
    data about the related application attempt in the SHS.
    
    Also contains code to fix SPARK-21571 based on code by ericvandenbergfb.


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

    $ git pull https://github.com/vanzin/spark SPARK-20664

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

    https://github.com/apache/spark/pull/20138.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 #20138
    
----
commit 9d710d68f74e9be0cb28cea1b210ec69fe8ccf4d
Author: Marcelo Vanzin <vanzin@...>
Date:   2017-05-08T23:11:00Z

    [SPARK-20664][core] Delete stale application data from SHS.
    
    Detect the deletion of event log files from storage, and remove
    data about the related application attempt in the SHS.
    
    Also contains code to fix SPARK-21571 based on code by ericvandenbergfb.

----


---

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

Reply via email to