Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.2.0, 3.2.1, 3.3.0, 3.2.2
-
None
Description
When executor config map is made optional in SPARK-34316, mount volume is unconditionally disabled erroneously when non-default profile is used.
When spark.kubernetes.executor.disableConfigMap is false, expected behavior is that the ConfigMap is mounted regardless of executor's resource profile. However, it is not mounted if the resource profile is non-default.
Attachments
Issue Links
- is caused by
-
SPARK-34316 Support spark.kubernetes.executor.disableConfigMap
- Resolved
- links to