Reynold Xin created SPARK-2746:
----------------------------------
Summary: Set SBT_MAVEN_PROFILES only when it is not set explicitly
by the user
Key: SPARK-2746
URL: https://issues.apache.org/jira/browse/SPARK-2746
Project: Spark
Issue Type: Bug
Components: Build
Reporter: Reynold Xin
Assignee: Reynold Xin
Priority: Critical
dev/run-tests always sets SBT_MAVEN_PROFILES, which is desired. As a matter of
fact, Jenkins is failing for older Hadoop versions because the YARN profile is
always on.
{code}
export SBT_MAVEN_PROFILES="-Pyarn -Phadoop-2.3 -Dhadoop.version=2.3.0"
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)