erikerlandson commented on issue #24748: [SPARK-27872][K8s] Fix executor service account inconsistency URL: https://github.com/apache/spark/pull/24748#issuecomment-498399851 My take on "driver's SA or `default`" is that the executor setting is some kind of boolean flag, such as `spark.kubernetes.executor.inherit.service.account` and if it is true, it inherits the SA from the driver, but defaults to false (use `default` SA as before).
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
