dongjoon-hyun commented on code in PR #753:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/753#discussion_r3572221174


##########
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:
   Now I got your point. Could you simplify this PR by removing these 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]

Reply via email to