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:56 -0600
commit8f7e80f30bd34897963334d0245c0ea6fccd6182 (patch)
treede3cefb3d914eb19c514afa72866151128dde43f /pom.xml
parentcc1f3a0d6bfc5299e9db1d8ca50e33d2411d7cd9 (diff)
downloadspark-8f7e80f30bd34897963334d0245c0ea6fccd6182.tar.gz
spark-8f7e80f30bd34897963334d0245c0ea6fccd6182.tar.bz2
spark-8f7e80f30bd34897963334d0245c0ea6fccd6182.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 (cherry picked from commit f820b563d88f6a972c219d9340fe95110493fb87) Signed-off-by: Thomas Graves <tgraves@apache.org>
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>