Kyuubi and Spark in k8s #5223
-
Hi there! We are running kyuubi in k8s cluster as well as spark. Hence, our spark driver is running in the server pod. Any ideas are appreciated, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Have you considered booting the driver pod outside of the kyuubi server pod? In spark, provided two deploy-mode: client & cluster, the essential difference is whether the driver starts at the submit node. So from your description, it seems that you adopt the client mode. We recommend the kyuubi on kubernetes scenario to use the spark cluster mode. FYI, https://spark.apache.org/docs/latest/running-on-kubernetes.html#cluster-mode |
Beta Was this translation helpful? Give feedback.
Have you considered booting the driver pod outside of the kyuubi server pod?
In spark, provided two deploy-mode: client & cluster, the essential difference is whether the driver starts at the submit node.
So from your description, it seems that you adopt the client mode. We recommend the kyuubi on kubernetes scenario to use the spark cluster mode.
FYI, https://spark.apache.org/docs/latest/running-on-kubernetes.html#cluster-mode