You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Serhii Nesterov (Jira)" <ji...@apache.org> on 2022/11/09 03:20:00 UTC

[jira] [Updated] (SPARK-41060) Spark Submitter generates a ConfigMap with the same name

     [ https://issues.apache.org/jira/browse/SPARK-41060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Serhii Nesterov updated SPARK-41060:
------------------------------------
    Description: There's a problem with submitting spark job to K8s cluster: the library generates and reuses the same name for Config Map (for drivers and executors). So, if we run 5 jobs sequantially or in parallel, then one Config Map will be created and then overwritten 4 times. During those runs we experience issues when deleting pods from the cluster: executors pods are endlessly created and immediately terminated overloading cluster resources.

> Spark Submitter generates a ConfigMap with the same name
> --------------------------------------------------------
>
>                 Key: SPARK-41060
>                 URL: https://issues.apache.org/jira/browse/SPARK-41060
>             Project: Spark
>          Issue Type: Bug
>          Components: Kubernetes
>    Affects Versions: 3.3.0, 3.3.1
>            Reporter: Serhii Nesterov
>            Priority: Major
>
> There's a problem with submitting spark job to K8s cluster: the library generates and reuses the same name for Config Map (for drivers and executors). So, if we run 5 jobs sequantially or in parallel, then one Config Map will be created and then overwritten 4 times. During those runs we experience issues when deleting pods from the cluster: executors pods are endlessly created and immediately terminated overloading cluster resources.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org