GitHub user vanzin opened a pull request:

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

    [SPARK-18838][hotfix][yarn] Check internal context state before stopping it.

    The live listener bus now cleans up after itself and releases listeners
    after stopping, so code cannot get references to listeners after the
    Spark context is stopped.


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

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

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

    https://github.com/apache/spark/pull/19297.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 #19297
    
----
commit 003dd5a70a31d9579dce483814edf46c399e7c49
Author: Marcelo Vanzin <van...@cloudera.com>
Date:   2017-09-20T21:55:32Z

    [SPARK-18838][hotfix][yarn] Check internal context state before stopping it.
    
    The live listener bus now cleans up after itself and releases listeners
    after stopping, so code cannot get references to listeners after the
    Spark context is stopped.

----


---

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

Reply via email to