[GitHub] spark pull request #19297: [SPARK-18838][hotfix][yarn] Check internal contex...

2017-09-20 Thread asfgit
Github user asfgit closed the pull request at:

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


---

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



[GitHub] spark pull request #19297: [SPARK-18838][hotfix][yarn] Check internal contex...

2017-09-20 Thread vanzin
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 
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