Spark on k8s cluster mode, from outside of the cluster.

2021-10-25 Thread Fabrizio Fab
Dear All, I am struggling since more than a week on the following problem. My Zeppelin Server is running outside the k8s cluster (there is a reason for this) and I am able to run Spark zeppelin notes in Client mode but not in Cluster mode. I see that, at first, a pod for the interpreter (RemoteI

Re: Spark on k8s cluster mode, from outside of the cluster.

2021-10-26 Thread Fabrizio Fab
gt; interpreter. You will find the call in these lines: > https://github.com/apache/zeppelin/blob/2f55fe8ed277b28d71f858633f9c9d76fd18f0c3/bin/interpreter.sh#L303-L305 > > Best Regards > Philipp > > > Am 25.10.21 um 21:58 schrieb Fabrizio Fab: > > Dear All, I am struggling sin

Re: Spark on k8s cluster mode, from outside of the cluster.

2021-10-27 Thread Fabrizio Fab
al > Spark submit execution would do in cluster mode. > > Spark-submit is called only once during the start of the Zeppelin > interpreter. You will find the call in these lines: > https://github.com/apache/zeppelin/blob/2f55fe8ed277b28d71f858633f9c9d76fd18f0c3/bin/interpreter.

Re: Spark on k8s cluster mode, from outside of the cluster. [SOLVED]

2021-10-28 Thread Fabrizio Fab
lin always uses client mode. > > The architecture is quite simple: > > Zeppelin-Server -> Zeppelin-Interpreter (with Spark in client mode) on > K8s -> x-Spark-executors (based on your config) > > Best Regards > Philipp > > > Am 27.10.21 um 15:19 schrieb Fab

Scala 2.12 version mismatch for Spark Interpreter

2021-10-28 Thread Fabrizio Fab
I am aware that Spark 3.20 is not officially released, but I am trying to put it to work. The first thing that I noticed is the following: the SparkInterpreter is compiled for Scala 2.12.7 Spark 3.2 is compiled for Scala 2.12.15 Unfortunately there are some breaking changes between the two ver