Axel Van Damme created ZEPPELIN-4966:
----------------------------------------
Summary: Unable to build Zeppelin for Spark 3.0.0
Key: ZEPPELIN-4966
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4966
Project: Zeppelin
Issue Type: Bug
Components: build
Affects Versions: 0.9.0
Reporter: Axel Van Damme
Attachments: zeppelin_compilation.log
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:
{code:java}
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
{code}
I tried to modify zeppelin/dev/change_scala_version.sh setting the following:
{code:java}
VALID_VERSIONS=( 2.10 2.11 2.12 )
{code}
Then launched the following command:
{code:java}
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]
....
{code}
see full logs in attached file
--
This message was sent by Atlassian Jira
(v8.3.4#803005)