dongjoon-hyun commented on code in PR #38357:
URL: https://github.com/apache/spark/pull/38357#discussion_r1051268736
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Constants.scala:
##########
@@ -65,6 +65,7 @@ private[spark] object Constants {
val ENV_JAVA_OPT_PREFIX = "SPARK_JAVA_OPT_"
val ENV_CLASSPATH = "SPARK_CLASSPATH"
val ENV_DRIVER_BIND_ADDRESS = "SPARK_DRIVER_BIND_ADDRESS"
+ val ENV_DRIVER_POD_NAME = "SPARK_DRIVER_POD_NAME"
Review Comment:
We had better put ths line should be before `ENV_DRIVER_BIND_ADDRESS`.
BTW, Could you spin off `KUBERNETES_POD_NAME` and `SPARK_DRIVER_POD_NAME `
addition to a new PR, @pan3793 ?
--
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]