Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-637

zeppelin-server: Could not resolve dependencies for project

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 0.5.6
    • None
    • zeppelin-server

    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

      1. use this line to start from scratch
      2. mvn clean package -DskipTests -Pspark-1.6 -Phadoop-2.6 -Pyarn -Ppyspark
      1. use this line to debug
      2. mvn clean package -e -X -DskipTests -Pspark-1.6 -Phadoop-2.6 -Pyarn -Ppyspark
      1. 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

      Attachments

        Activity

          People

            Unassigned Unassigned
            mmasigung@gmail.com Jeff Richardson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: