aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorwitgo <witgo@qq.com>2014-05-31 14:36:27 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-31 14:36:27 -0700
commitd8c005d5371f81a2a06c5d27c7021e1ae43d7193 (patch)
tree097da27f8e5a1157c2079119d22062bb3637bd74 /pom.xml
parent9909efc10aaa62c47fd7c4c9da73ac8c56a454d5 (diff)
downloadspark-d8c005d5371f81a2a06c5d27c7021e1ae43d7193.tar.gz
spark-d8c005d5371f81a2a06c5d27c7021e1ae43d7193.tar.bz2
spark-d8c005d5371f81a2a06c5d27c7021e1ae43d7193.zip
Improve maven plugin configuration
Author: witgo <witgo@qq.com> Closes #786 from witgo/maven_plugin and squashes the following commits: 5de86a2 [witgo] Merge branch 'master' of https://github.com/apache/spark into maven_plugin c35ef73 [witgo] Improve maven plugin configuration
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7bf9f135fd..fe43a9518b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -814,6 +814,10 @@
<filereports>${project.build.directory}/SparkTestSuite.txt</filereports>
<argLine>-Xmx3g -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=512m</argLine>
<stderr/>
+ <environmentVariables>
+ <SPARK_HOME>${session.executionRootDirectory}</SPARK_HOME>
+ <SPARK_TESTING>1</SPARK_TESTING>
+ </environmentVariables>
</configuration>
<executions>
<execution>