aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Or <andrewor14@gmail.com>2014-09-16 18:23:28 -0700
committerAndrew Or <andrewor14@gmail.com>2014-09-16 18:23:28 -0700
commit937de93e80e6d299c4d08be426da2d5bc2d66f98 (patch)
tree1a3067f3e06fb2c51e701ac356074d7f25bbc523 /pom.xml
parent856156b40640cbdd7e88ff3165f4884cf0374043 (diff)
downloadspark-937de93e80e6d299c4d08be426da2d5bc2d66f98.tar.gz
spark-937de93e80e6d299c4d08be426da2d5bc2d66f98.tar.bz2
spark-937de93e80e6d299c4d08be426da2d5bc2d66f98.zip
[SPARK-3490] Disable SparkUI for tests (backport into 1.1)
Original PR: #2363 Author: Andrew Or <andrewor14@gmail.com> Closes #2415 from andrewor14/disable-ui-for-tests-1.1 and squashes the following commits: 8d9df5a [Andrew Or] Oops, missed one. 509507d [Andrew Or] Backport #2363 (SPARK-3490) into branch-1.1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 931d5fcd23..4a911a490f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -887,6 +887,7 @@
<java.awt.headless>true</java.awt.headless>
<spark.test.home>${session.executionRootDirectory}</spark.test.home>
<spark.testing>1</spark.testing>
+ <spark.ui.enabled>false</spark.ui.enabled>
</systemProperties>
</configuration>
<executions>