GitHub user pan3793 edited a comment on the discussion: Spark Driver/Executors dont start in K8S via Kyuubi
Kyuubi engine is a normal Spark App submitted via `spark-submit`, and back to your question, yes, in Spark on K8s cluster mode, `spark-submit` requests a Driver Pod, then the Driver Pod requests Executor Pods. You can copy the `spark-submit` command(delete the `--conf spark.kyuubi.engine.submit.time=1749644279388`) and run it manually to debug if you have set up the Spark properly. GitHub link: https://github.com/apache/kyuubi/discussions/7096#discussioncomment-13442919 ---- This is an automatically sent email for notifications@kyuubi.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@kyuubi.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org