GitHub user ueshin opened a pull request:
https://github.com/apache/spark/pull/19158
[SPARK-21950][SQL][PYTHON][TEST] pyspark.sql.tests.SQLTests2 should stop
SparkContext.
## What changes were proposed in this pull request?
`pyspark.sql.tests.SQLTests2` doesn't stop newly created spark context in
the test and it might affect the following tests.
This pr makes `pyspark.sql.tests.SQLTests2` stop `SparkContext`.
## How was this patch tested?
Existing tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ueshin/apache-spark issues/SPARK-21950
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19158.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 #19158
----
commit 134bc267a5ef01d9dea3d08cc255facdd8dfc0c8
Author: Takuya UESHIN <[email protected]>
Date: 2017-09-08T02:34:41Z
Make pyspark.sql.tests.SQLTests2 stop SparkContext.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]