You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Luca Canali (JIRA)" <ji...@apache.org> on 2019/01/17 10:07:00 UTC

[jira] [Updated] (SPARK-26642) Add --num-executor option to spark-submit for Spark on K8S

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

Luca Canali updated SPARK-26642:
--------------------------------
    Description: 
Currently spark-submit supports the option "--num-executors NUM" only for Spark on YARN. Users running Spark on K8S can specify the requested number of executors in spark-submit with "-conf spark.executors.instances=NUM"

This proposes to extend the spark-submit option -num-executors to be applicable to Spark on K8S too. It is motivated by convenience, for example when migrating jobs written for YARN to run on K8S.

  was:
Currently spark-submit supports the option "--num-executors NUM" only for Spark on YARN. Users running Spark on K8S can specify the requested number of executors in spark-submit with "--conf spark.executors.instances=NUM"

This proposes to extend the spark-submit option -num-executors to be applicable to Spark on K8S too. It is motivated by convenience, for example when migrating jobs written for YARN to run on K8S.

 


> Add --num-executor option to spark-submit for Spark on K8S
> ----------------------------------------------------------
>
>                 Key: SPARK-26642
>                 URL: https://issues.apache.org/jira/browse/SPARK-26642
>             Project: Spark
>          Issue Type: Improvement
>          Components: Kubernetes, Spark Core
>    Affects Versions: 3.0.0
>            Reporter: Luca Canali
>            Priority: Trivial
>
> Currently spark-submit supports the option "--num-executors NUM" only for Spark on YARN. Users running Spark on K8S can specify the requested number of executors in spark-submit with "-conf spark.executors.instances=NUM"
> This proposes to extend the spark-submit option -num-executors to be applicable to Spark on K8S too. It is motivated by convenience, for example when migrating jobs written for YARN to run on K8S.



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

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