Repository: incubator-zeppelin Updated Branches: refs/heads/master 109b0807f -> e383c6a9b
Fix compilation with -Pyarn https://issues.apache.org/jira/browse/ZEPPELIN-94 Zeppelin failed to compile with `mvn package -DskipTests -Pyarn` Author: Alexander Bezzubov <[email protected]> Closes #93 from bzz/fix-yarn-profile and squashes the following commits: c518719 [Alexander Bezzubov] ZEPPELIN-94: add yarn.version propery to spark artifact Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/e383c6a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/e383c6a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/e383c6a9 Branch: refs/heads/master Commit: e383c6a9b0756822dec631c086fdabc3ec4e4264 Parents: 109b080 Author: Alexander Bezzubov <[email protected]> Authored: Mon Jun 8 22:15:20 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Mon Jun 8 08:45:01 2015 -0700 ---------------------------------------------------------------------- spark/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/e383c6a9/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index dc37bf7..3c46c19 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -40,6 +40,7 @@ <scala.binary.version>2.10</scala.binary.version> <hadoop.version>2.3.0</hadoop.version> + <yarn.version>${hadoop.version}</yarn.version> </properties> <dependencies>
