Okay, at this point, I have the mvn clean package -pl ’shell,zeppelin-server'
—am, however seem to hang up on the wait for interpreter test…. Left it
running for 15 minutes. I will look at trying with Java 7….
11:02:21,940 INFO org.apache.zeppelin.interpreter.AbstractInterpreterTest:115
-
I wanted to follow up and mention that the build progressed much further when I
did “mvn clean package -DskipTests”, all the way down to the Spark interpreter
subproject.
I tried following along with
https://zeppelin.apache.org/docs/0.8.0/development/contribution/useful_developer_tools.html,
It may be good to use "-e" when running maven command to see the full stack
trace of the errors and pinpoint the root cause of the build failure.
In my case, I've successfully built Zeppelin from master after resolving a
couple of issues by looking at the full stack trace of the errors. I used
Ma
You might set -Pspark-2.2
On Wed, May 8, 2019 at 3:19 AM Eric Pugh
wrote:
> Hi,
>
> I wanted to see about improving the error message on the Shell
> interpreter, so working through getting Zeppelin to compile locally.
>
> With Java 1.8 and Maven 3.6.0 when I run “mvn install -DskipTests” I am
>
Hi,
I wanted to see about improving the error message on the Shell interpreter, so
working through getting Zeppelin to compile locally.
With Java 1.8 and Maven 3.6.0 when I run “mvn install -DskipTests” I am getting
a build error:
[INFO] Zeppelin: Plugin StandardLauncher .. SKI