GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/9865
[SPARK-4424] Remove spark.driver.allowMultipleContexts override in tests
This patch removes `spark.driver.allowMultipleContexts=true` from our test
configuration. The multiple SparkContexts check was originally disabled because
certain tests suites in SQL needed to create multiple contexts. As far as I
know, this configuration change is no longer necessary, so we should remove it
in order to make it easier to find test cleanup bugs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JoshRosen/spark SPARK-4424
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9865.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 #9865
----
commit 1648214391795abda92502d3c892c005b548c9c8
Author: Josh Rosen <[email protected]>
Date: 2015-11-20T19:28:41Z
Remove spark.driver.allowMultipleContexts override in tests.
----
---
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]