Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
0.5.6
-
None
-
This is my environment:
Fedora Core 20, 4GB RAM, 2 processors, VMware Workstation 11 imageOutput from "git status"
On branch branch-0.5.6
Your branch is up-to-date with 'zeppelin/branch-0.5.6'.These messages are printed by the compilation process:
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T06:57:37-05:00)
Maven home: /usr/maven/apache-maven-3.3.3
Java version: 1.7.0_80, vendor: Oracle Corporation
Java home: /usr/java/jdk1.7.0_80/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.19.8-100.fc20.x86_64", arch: "amd64", family: "unix"
...
<npmVersion>1.3.8</npmVersion>This is my environment: Fedora Core 20, 4GB RAM, 2 processors, VMware Workstation 11 image Output from "git status" On branch branch-0.5.6 Your branch is up-to-date with 'zeppelin/branch-0.5.6'. These messages are printed by the compilation process: Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T06:57:37-05:00) Maven home: /usr/maven/apache-maven-3.3.3 Java version: 1.7.0_80, vendor: Oracle Corporation Java home: /usr/java/jdk1.7.0_80/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.19.8-100.fc20.x86_64", arch: "amd64", family: "unix" ... <npmVersion>1.3.8</npmVersion>
Description
I am trying to compile Zeppelin-0.5.6 so I can work with Spark 1.6.0.
I run into errors with zeppelin-web and zeppelin-server. Refer to ZEPPELIN-636 for the related zeppelin-web error.
I login with my userid (mma) and execute this command from my home directory:
time sudo -i /home/mma/buildZeppelin.sh | tee debug.log
<BEGIN buildZeppelin SCRIPT CONTENTS>
cd /home/mma/git/incubator-zeppelin
- use this line to start from scratch
- mvn clean package -DskipTests -Pspark-1.6 -Phadoop-2.6 -Pyarn -Ppyspark
- use this line to debug
- mvn clean package -e -X -DskipTests -Pspark-1.6 -Phadoop-2.6 -Pyarn -Ppyspark
- use this line to restart at the zeppelin-web directory
mvn clean package -e -X -fae -DskipTests -Pspark-1.6 -Phadoop-2.6 -Pyarn -Ppyspark -rf :zeppelin-web
<END buildZeppelin SCRIPT CONTENTS>
All goes well until I get to zeppelin-web and zeppelin-server. These zeppelin-server error messages are displayed:
[INFO] ------------------------------------------------------------------------
[INFO] Building Zeppelin: Server 0.5.7-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
...
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.apache.zeppelin:zeppelin-server:0.5.7-incubating-SNAPSHOT
...
[ERROR] Failed to execute goal on project zeppelin-server:
Could not resolve dependencies for project
org.apache.zeppelin:zeppelin-server:jar:0.5.7-incubating-SNAPSHOT:
Could not find artifact
org.apache.zeppelin:zeppelin-zengine:jar:0.5.7-incubating-SNAPSHOT
in apache.snapshots (http://repository.apache.org/snapshots) -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException:
Failed to execute goal on project zeppelin-server:
Could not resolve dependencies for project
org.apache.zeppelin:zeppelin-server:jar:0.5.7-incubating-SNAPSHOT:
Could not find artifact
org.apache.zeppelin:zeppelin-zengine:jar:0.5.7-incubating-SNAPSHOT
in apache.snapshots (http://repository.apache.org/snapshots)
I checked and the directory does not exist. What does exist at
https://repository.apache.org/content/groups/snapshots/org/apache/zeppelin/zeppelin-zengine/
is directory 0.5.0-incubating-SNAPSHOT.
Final results:
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Zeppelin: Packaging distribution
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Zeppelin: web Application .......................... FAILURE [ 21.284 s]
[INFO] Zeppelin: Server ................................... FAILURE [ 18.882 s]
[INFO] Zeppelin: Packaging distribution ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE