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

Unable to build Zeppelin for Spark 3.0.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.9.0
    • None
    • build
    • None

    Description

      I'm trying to build latest Zeppelin for Spark 3.0.0 by cloning https://github.com/apache/zeppelin.git.

       

      When I try to change pom configuration to scala 2.12 I hit the following:

      root@2a861ad3cd6f:/mnt/data/avan# /var/zeppelin/dev/change_scala_version.sh 2.12
      Invalid Scala version: 2.12. Valid versions: 2.10 2.11
      

      I tried to modify zeppelin/dev/change_scala_version.sh setting the following:

      VALID_VERSIONS=( 2.10 2.11 2.12 )
      

       

      Then launched the following command:

      mvn clean package -Pbuild-distr -DskipTests -Pspark-3.0 -Phadoop-2.7 -Pr -Pscala-2.12
      ....
      [ERROR] Failed to execute goal org.scala-tools:maven-scala-plugin:2.15.2:testCompile (test-compile) on project zeppelin-display: wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 240(Exit value: 240) -> [Help 1]
      ....
      
      

      see full logs in attached file

       

      Attachments

        1. zeppelin_compilation.log
          528 kB
          Axel Van Damme

        Activity

          People

            Unassigned Unassigned
            dammeax Axel Van Damme
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: