Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/590#discussion_r12218899
--- Diff: pom.xml ---
@@ -737,6 +700,11 @@
<filereports>${project.build.directory}/SparkTestSuite.txt</filereports>
<argLine>-Xmx3g -XX:MaxPermSize=${MaxPermGen}
-XX:ReservedCodeCacheSize=512m</argLine>
<stderr/>
+ <environmentVariables>
+ <SPARK_HOME>${basedir}/..</SPARK_HOME>
--- End diff --
What is `basedir` here? Some of the sub projects are based in two-level
directories, so I don't think the path from the sub-project pom to home is
always the same.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---