dongjoon-hyun commented on issue #539:
URL: 
https://github.com/apache/spark-kubernetes-operator/issues/539#issuecomment-4007028758

   Thank you for reporting, @DSurfer . Yes, 
`spark.kubernetes.operator.dynamicConfig.enabled` is only for `SparkApp` for 
now. It was the initial design. In addition, for your example, we don't 
recommend to do like your example, because `SparkCluster` is supposed to server 
heterogeneous Spark jobs concurrently.
   ```
   spark.driver.host: "cluster-master-svc.spark-operator.svc.cluster.local"
   spark.driver.bindAddress: "0.0.0.0"
   ```
   
   cc @jiangzho and @peter-toth 


-- 
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