dongjoon-hyun commented on pull request #29844:
URL: https://github.com/apache/spark/pull/29844#issuecomment-699150690
This merge silently creates a future regression because Apache Spark 3.0
doesn't have this conf.
```
~s:master $ git grep KUBERNETES_AUTH_EXECUTOR_CONF_PREFIX.serviceAccountName
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala:
ConfigBuilder(s"$KUBERNETES_AUTH_EXECUTOR_CONF_PREFIX.serviceAccountName")
~s:branch-3.0 $ git grep
KUBERNETES_AUTH_EXECUTOR_CONF_PREFIX.serviceAccountName
~s:branch-2.4 $ git grep
KUBERNETES_AUTH_EXECUTOR_CONF_PREFIX.serviceAccountName
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala:
ConfigBuilder(s"$KUBERNETES_AUTH_EXECUTOR_CONF_PREFIX.serviceAccountName")
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]