Github user MeethuM commented on the issue:
https://github.com/apache/zeppelin/pull/2839
Got the following error while building
> [ERROR] Failed to execute goal
net.alchim31.maven:scala-maven-plugin:3.2.2:compile (scala-compile-first) on
project spark1-shims: wrap: org.apache.commons.exec.ExecuteException: Process
exited with an error: 1 (Exit value: 1) -> [Help 1]
Then I tried the command mvn package -DskipTests -DrecompileMode=all and
got this error
> [ERROR] Failed to execute goal on project spark1-shims: Could not resolve
dependencies for project org.apache.zeppelin:spark1-shims:jar:0.9.0-SNAPSHOT:
The following artifacts could not be resolved:
org.apache.zeppelin:spark-shims:jar:0.9.0-SNAPSHOT,
org.apache.zeppelin:zeppelin-interpreter:jar:0.9.0-SNAPSHOT: Could not find
artifact org.apache.zeppelin:spark-shims:jar:0.9.0-SNAPSHOT in apache.snapshots
(http://repository.apache.org/snapshots) -> [Help 1]
---