EnricoMi commented on code in PR #45728:
URL: https://github.com/apache/spark/pull/45728#discussion_r1865933850
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Constants.scala:
##########
@@ -63,6 +63,9 @@ object Constants {
val UI_PORT_NAME = "spark-ui"
// Environment Variables
+ val ENV_DRIVER_ATTRIBUTE_APP_ID = "SPARK_DRIVER_ATTRIBUTE_APP_ID"
+ val ENV_DRIVER_ATTRIBUTE_KUBERNETES_NAMESPACE =
"SPARK_DRIVER_ATTRIBUTE_KUBERNETES_NAMESPACE"
Review Comment:
yes
--
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]