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

Dependency errors on hadoop 2.8 with hadoop2 profile

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.8.0
    • None
    • zeppelin-zengine
    • None
    • Hadoop 2.8

    Description

      Dependency errors have been caused by different versions of the same libraries on zeppelin-zengine.

      Command:

      mvn clean package -Dhadoop.version=2.8.1 -Phadoop2 -Pspark-2.1 -Pscala-2.11 -Pbuild-distr
      

       
      Error 1:

       [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (enforce) on project zeppelin-zengine: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
       [ERROR] Failed while enforcing releasability the error(s) are [
       [ERROR] Dependency convergence error for com.amazonaws:aws-java-sdk-s3:1.10.62 paths to dependency are:
       [ERROR] +-org.apache.zeppelin:zeppelin-zengine:0.8.0-SNAPSHOT
       [ERROR] +-com.amazonaws:aws-java-sdk-s3:1.10.62
       [ERROR] and
       [ERROR] +-org.apache.zeppelin:zeppelin-zengine:0.8.0-SNAPSHOT
       [ERROR] +-org.apache.hadoop:hadoop-aws:2.8.1
       [ERROR] +-com.amazonaws:aws-java-sdk-s3:1.10.6
       [ERROR] ]

      Error 2:

       [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (enforce) on project zeppelin-server: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
       [ERROR] Failed while enforcing releasability the error(s) are [
       [ERROR] Dependency convergence error for com.nimbusds:nimbus-jose-jwt:3.9 paths to dependency are:
       [ERROR] +-org.apache.zeppelin:zeppelin-server:0.8.0-SNAPSHOT
       [ERROR] +-org.apache.zeppelin:zeppelin-zengine:0.8.0-SNAPSHOT
       [ERROR] +-org.apache.hadoop:hadoop-client:2.8.1
       [ERROR] +-org.apache.hadoop:hadoop-common:2.8.1
       [ERROR] +-org.apache.hadoop:hadoop-auth:2.8.1
       [ERROR] +-com.nimbusds:nimbus-jose-jwt:3.9
       [ERROR] and
       [ERROR] +-org.apache.zeppelin:zeppelin-server:0.8.0-SNAPSHOT
       [ERROR] +-com.nimbusds:nimbus-jose-jwt:4.41.2
       [ERROR] ]

      Attachments

        Issue Links

          Activity

            People

              iijima_satoshi Satoshi Iijima
              iijima_satoshi Satoshi Iijima
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: