pan3793 commented on issue #6724: URL: https://github.com/apache/kyuubi/issues/6724#issuecomment-2413073782
that's the advantage of spark cluster mode -launching the spark engine (driver) process in a dedicated pod, instead of the pod that runs `spark-submit` command. unfortunately, cluster mode is only applicable for the spark engine so far. if you set `spark.submit.deployMode=cluster` by either modifying `spark-defaults.conf` or `kyuubi-defaults.conf`, then run a `beeline` to trigger a `spark-submit`, a new Pod for spark driver will be launched, then deleting the kyuubi pod won't terminate the spark engine -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org