[jira] [Created] (ZEPPELIN-4146) java lang Null Pointer Exception at Spark Zeppelin

2019-05-07 Thread Nitendra Dangi (JIRA)
Nitendra Dangi created ZEPPELIN-4146: Summary: java lang Null Pointer Exception at Spark Zeppelin Key: ZEPPELIN-4146 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4146 Project: Zeppelin

Mvn build problems

2019-05-07 Thread Eric Pugh
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

Re: Mvn build problems

2019-05-07 Thread Jongyoul Lee
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 >

Re: Mvn build problems

2019-05-07 Thread Y. Ethan Guo
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