holdenk commented on a change in pull request #33508:
URL: https://github.com/apache/spark/pull/33508#discussion_r684429661
##########
File path:
resource-managers/kubernetes/docker/src/main/dockerfiles/spark/entrypoint.sh
##########
@@ -79,6 +79,14 @@ case "$1" in
;;
executor)
shift 1
+ # If the execid is set to the generic EXECID parse the pod name
+ if [ "${SPARK_EXECUTOR_ID}" == "EXECID" ]; then
Review comment:
So we had a call about this, and we'll handle it by mutating the labels
on the pods.
--
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]