Repository: spark Updated Branches: refs/heads/master deefd9d73 -> f820b563d
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 <so...@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 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f820b563 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f820b563 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f820b563 Branch: refs/heads/master Commit: f820b563d88f6a972c219d9340fe95110493fb87 Parents: deefd9d Author: Sean Owen <so...@cloudera.com> Authored: Tue Nov 11 12:30:35 2014 -0600 Committer: Thomas Graves <tgra...@apache.org> Committed: Tue Nov 11 12:30:35 2014 -0600 ---------------------------------------------------------------------- pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/f820b563/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 88ef67c..4e0cd6c 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> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org