aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2015-11-23 13:19:10 -0800
committerJosh Rosen <joshrosen@databricks.com>2015-11-23 13:19:10 -0800
commit1b6e938be836786bac542fa430580248161e5403 (patch)
tree6dfb0ed0e9aaaa66ab26ae52b3a0cf3f8b582742 /pom.xml
parentf6dcc6e96ad3f88563d717d5b6c45394b44db747 (diff)
downloadspark-1b6e938be836786bac542fa430580248161e5403.tar.gz
spark-1b6e938be836786bac542fa430580248161e5403.tar.bz2
spark-1b6e938be836786bac542fa430580248161e5403.zip
[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. Author: Josh Rosen <joshrosen@databricks.com> Closes #9865 from JoshRosen/SPARK-4424.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ad849112ce..234fd5dea1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1958,7 +1958,6 @@
<spark.master.rest.enabled>false</spark.master.rest.enabled>
<spark.ui.enabled>false</spark.ui.enabled>
<spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress>
- <spark.driver.allowMultipleContexts>true</spark.driver.allowMultipleContexts>
<spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak>
<!-- Needed by sql/hive tests. -->
<test.src.tables>src</test.src.tables>
@@ -1997,7 +1996,6 @@
<spark.testing>1</spark.testing>
<spark.ui.enabled>false</spark.ui.enabled>
<spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress>
- <spark.driver.allowMultipleContexts>true</spark.driver.allowMultipleContexts>
<spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak>
<!-- Needed by sql/hive tests. -->
<test.src.tables>__not_used__</test.src.tables>