zhouyifan279 commented on PR #40645:
URL: https://github.com/apache/spark/pull/40645#issuecomment-1504982149

   @dongjoon-hyun Added a new configuration 
`spark.kubernetes.setSubmitTimeInDriver` to control which `submitTime` Spark 
should use.
   Now Spark will set `spark.app.submitTime` in the following cases:
   
   1. The application is deployed using spark-submit in client/cluster mode. 
   SubmitTime is the time spark-submit executed.
   2. The application is deployed by other ways, such as 
[spark-on-k8s-operator](https://googlecloudplatform.github.io/spark-on-k8s-operator/)
   SubmitTime is the time driver pod started.
   3. The application is deployed using spark-submit in cluster mode and 
`spark.kubernetes.setSubmitTimeInDriver` is true. 
   SubmitTime is the time driver pod started.


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