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

2019-02-18 Thread Amogh Shetkar
Thanks. With Zeppelin 0.8.1, I see a different issue. When I run the first paragraph of the Spark notebook, it creates executor pods. But these executor pods fail immediately and new ones are launched and this cycle continues infinitely. Because these pods are shortlived, I cannot even look at th

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

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