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

Dongjoon Hyun resolved SPARK-27754.
-----------------------------------
       Resolution: Fixed
         Assignee: Arun Mahadevan
    Fix Version/s: 3.0.0

This is resolved via https://github.com/apache/spark/pull/24630

> Introduce spark on k8s config for driver request cores
> ------------------------------------------------------
>
>                 Key: SPARK-27754
>                 URL: https://issues.apache.org/jira/browse/SPARK-27754
>             Project: Spark
>          Issue Type: Improvement
>          Components: Kubernetes
>    Affects Versions: 3.0.0
>            Reporter: Arun Mahadevan
>            Assignee: Arun Mahadevan
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> Spark on k8s supports config for specifying the executor cpu requests
> (spark.kubernetes.executor.request.cores) but a similar config is missing
> for the driver. Instead, currently spark.driver.cores value is used for 
> integer value.
> Although pod spec can have cpu for the fine-grained control like the 
> following, this PR proposes additional configuration 
> spark.kubernetes.driver.request.cores for driver request cores.
> {code}
> resources:
>   requests:
>     memory: "64Mi"
>     cpu: "250m"
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to