aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorShixiong Zhu <shixiong@databricks.com>2016-07-06 22:48:05 -0700
committerReynold Xin <rxin@databricks.com>2016-07-06 22:48:05 -0700
commit4b5a72c7dc364ca8d57d9f4bb47f4cd31c5b3082 (patch)
tree64b191a110487c0eeb1cb53a3c3bf5948e72f78c /pom.xml
parent69f5391408b779a400b553344fd61051004685fc (diff)
downloadspark-4b5a72c7dc364ca8d57d9f4bb47f4cd31c5b3082.tar.gz
spark-4b5a72c7dc364ca8d57d9f4bb47f4cd31c5b3082.tar.bz2
spark-4b5a72c7dc364ca8d57d9f4bb47f4cd31c5b3082.zip
[SPARK-16021][TEST-MAVEN] Fix the maven build
## What changes were proposed in this pull request? Fixed the maven build for #13983 ## How was this patch tested? The existing tests. Author: Shixiong Zhu <shixiong@databricks.com> Closes #14084 from zsxwing/fix-maven.
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 c99d786b14..4aaf6162c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1995,6 +1995,7 @@
<spark.ui.enabled>false</spark.ui.enabled>
<spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress>
<spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak>
+ <spark.memory.debugFill>true</spark.memory.debugFill>
<!-- Needed by sql/hive tests. -->
<test.src.tables>src</test.src.tables>
</systemProperties>