GitHub user bzz opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/94
Fixing YARN build for CDH
https://issues.apache.org/jira/browse/ZEPPELIN-94
"mvn clean package -Pspark-1.3 -Dspark.version=1.3.1 -Phadoop-2.2
-Dhadoop.version=2.0.0-cdh4.7.1 -Pyarn -DskipTests"
resulted in
```
[INFO] Reactor Summary:
[INFO]
[INFO] Zeppelin .......................................... SUCCESS [4.219s]
[INFO] Zeppelin: Interpreter ............................. SUCCESS [16.483s]
[INFO] Zeppelin: Zengine ................................. SUCCESS [5.951s]
[INFO] Zeppelin: Spark ................................... FAILURE [4.358s]
[INFO] Zeppelin: Markdown interpreter .................... SKIPPED
[INFO] Zeppelin: Angular interpreter ..................... SKIPPED
[INFO] Zeppelin: Shell interpreter ....................... SKIPPED
[INFO] Zeppelin: Hive interpreter ........................ SKIPPED
[INFO] Zeppelin: Tajo interpreter ........................ SKIPPED
[INFO] Zeppelin: web Application ......................... SKIPPED
[INFO] Zeppelin: Server .................................. SKIPPED
[INFO] Zeppelin: Packaging distribution .................. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 31.394s
[INFO] Finished at: Mon Jun 08 23:24:12 KST 2015
[INFO] Final Memory: 55M/744M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project zeppelin-spark: Could not resolve
dependencies for project
org.apache.zeppelin:zeppelin-spark:jar:0.5.0-incubating-SNAPSHOT: The following
artifacts could not be resolved:
org.apache.hadoop:hadoop-client:jar:2.0.0-cdh4.7.1,
org.apache.hadoop:hadoop-yarn-api:jar:2.0.0-cdh4.7.1: Could not find artifact
org.apache.hadoop:hadoop-client:jar:2.0.0-cdh4.7.1 in central
(http://repo.maven.apache.org/maven2) -> [Help 1]
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bzz/incubator-zeppelin fix-build-with-cdh
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/94.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #94
----
commit 29c35733c500a269f3624467206dc0a5651de6d4
Author: Alexander Bezzubov <[email protected]>
Date: 2015-06-09T02:48:13Z
ZEPPELIN-94: adding CDH repo to fix CDH build
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---