You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiangrui Meng (JIRA)" <ji...@apache.org> on 2014/05/22 23:55:02 UTC

[jira] [Updated] (SPARK-1905) Issues with `spark-submit` in v1.0

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

Xiangrui Meng updated SPARK-1905:
---------------------------------

    Description: 
Main JIRA for tracking the issues with `spark-submit` in different deploy modes.

For deploy modes, `client` means running driver on the client side (outside the cluster), while `cluster` means running driver inside the cluster. Ideally, we want to have `spark-submit` support all deploy modes in a unified way, which include

* documented
    * local client
    * standalone client
    * standalone cluster
    * yarn client
    * yarn cluster
    * mesos client
* undocumented (for testing only)
    * local cluster
* not supported
    * mesos cluster

  was:
Main JIRA for tracking the issues with `spark-submit` in different deploy modes.

For deploy modes, `client` means running driver on the client side (outside the cluster), while `cluster` means running driver inside the cluster. Ideally, we want to have `spark-submit` support all deploy modes in a unified way, which include

* documented
  * local client
  * standalone client
  * standalone cluster
  * yarn client
  * yarn cluster
  * mesos client
* undocumented (for testing only)
  * local cluster
* not supported
  * mesos cluster


> Issues with `spark-submit` in v1.0
> ----------------------------------
>
>                 Key: SPARK-1905
>                 URL: https://issues.apache.org/jira/browse/SPARK-1905
>             Project: Spark
>          Issue Type: Task
>          Components: Deploy
>    Affects Versions: 1.0.0
>            Reporter: Xiangrui Meng
>
> Main JIRA for tracking the issues with `spark-submit` in different deploy modes.
> For deploy modes, `client` means running driver on the client side (outside the cluster), while `cluster` means running driver inside the cluster. Ideally, we want to have `spark-submit` support all deploy modes in a unified way, which include
> * documented
>     * local client
>     * standalone client
>     * standalone cluster
>     * yarn client
>     * yarn cluster
>     * mesos client
> * undocumented (for testing only)
>     * local cluster
> * not supported
>     * mesos cluster



--
This message was sent by Atlassian JIRA
(v6.2#6252)