yalindogusahin commented on code in PR #753:
URL:
https://github.com/apache/spark-kubernetes-operator/pull/753#discussion_r3572265479
##########
examples/spark-connect-server-with-spark-cluster.yaml:
##########
@@ -20,7 +20,8 @@ spec:
mainClass: "org.apache.spark.sql.connect.service.SparkConnectServer"
sparkConf:
spark.master: "spark://prod-master-svc:7077"
- spark.submit.deployMode: "cluster"
+ # The operator runs the Connect server in the driver pod it manages, so the
+ # application always runs in client deploy mode; `spark.submit.deployMode`
is ignored.
Review Comment:
Thank you for the review! Sure I've removed those comments.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]