Repository: spark
Updated Branches:
  refs/heads/master 69f539140 -> 4b5a72c7d


[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 <shixi...@databricks.com>

Closes #14084 from zsxwing/fix-maven.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4b5a72c7
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4b5a72c7
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4b5a72c7

Branch: refs/heads/master
Commit: 4b5a72c7dc364ca8d57d9f4bb47f4cd31c5b3082
Parents: 69f5391
Author: Shixiong Zhu <shixi...@databricks.com>
Authored: Wed Jul 6 22:48:05 2016 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Wed Jul 6 22:48:05 2016 -0700

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/4b5a72c7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c99d786..4aaf616 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to