aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2014-11-11 12:30:35 -0600
committerThomas Graves <tgraves@apache.org>2014-11-11 12:30:35 -0600
commitf820b563d88f6a972c219d9340fe95110493fb87 (patch)
treec02b0402fb77c146306fcbaa027ba7e3b3d29b95 /pom.xml
parentdeefd9d7377a8091a1d184b99066febd0e9f6afd (diff)
downloadspark-f820b563d88f6a972c219d9340fe95110493fb87.tar.gz
spark-f820b563d88f6a972c219d9340fe95110493fb87.tar.bz2
spark-f820b563d88f6a972c219d9340fe95110493fb87.zip
SPARK-4305 [BUILD] yarn-alpha profile won't build due to network/yarn module
SPARK-3797 introduced the `network/yarn` module, but its YARN code depends on YARN APIs not present in older versions covered by the `yarn-alpha` profile. As a result builds like `mvn -Pyarn-alpha -Phadoop-0.23 -Dhadoop.version=0.23.7 -DskipTests clean package` fail. The solution is just to not build `network/yarn` with profile `yarn-alpha`. Author: Sean Owen <sowen@cloudera.com> Closes #3167 from srowen/SPARK-4305 and squashes the following commits: 88938cb [Sean Owen] Don't build network/yarn in yarn-alpha profile as it won't compile
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 88ef67c515..4e0cd6c151 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1229,7 +1229,6 @@
<id>yarn-alpha</id>
<modules>
<module>yarn</module>
- <module>network/yarn</module>
</modules>
</profile>