Re: yarn cluster mode and dependencies

2019-02-12 Thread Jeff Zhang
Hi Paul, It seems a bug, someone else own found this issue. https://jira.apache.org/jira/browse/ZEPPELIN-3986 I am looking at this issue. Paul Brenner 于2019年2月12日周二 上午12:27写道: > Hi All, > > We are very excited about Zeppelin 0.81, especially the improved support > for yarn cluster mode. One ch

Unable to connect to Spark 2.4 from Zeppelin 0.7.3 on k8s in client mode.

2019-02-12 Thread Amogh Shetkar
I have a Docker image with Zeppelin 0.7.3 + Spark interpreter installed. I also have Spark 2.4 distribution in that image. When I launch this image on k8s and run the sample Spark notebook (Basic Features (Spark)), it failed with a NullPointerException. java.lang.NullPointerException at org.apach

Re: Unable to connect to Spark 2.4 from Zeppelin 0.7.3 on k8s in client mode.

2019-02-12 Thread Jeff Zhang
Zeppelin 0.7.3 doesn't support spark 2.4, please try zeppelin 0.8.1 Amogh Shetkar 于2019年2月12日周二 下午7:18写道: > I have a Docker image with Zeppelin 0.7.3 + Spark interpreter installed. I > also have Spark 2.4 distribution in that image. > > When I launch this image on k8s and run the sample Spark no