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
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
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