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

Patrick Wendell reassigned SPARK-1606:
--------------------------------------

    Assignee: Patrick Wendell

> spark-submit needs `--arg` for every application parameter
> ----------------------------------------------------------
>
>                 Key: SPARK-1606
>                 URL: https://issues.apache.org/jira/browse/SPARK-1606
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 1.0.0
>            Reporter: Xiangrui Meng
>            Assignee: Patrick Wendell
>
> If the application has a few parameters, the spark-submit command looks like 
> the following:
> {code}
> spark-submit --master yarn-cluster --class main.Class --arg --numPartitions 
> --arg 8 --arg --kryo --arg true
> {code}
> It is a little bit hard to read and modify. Maybe it is okay to treat all 
> arguments after `main.Class` as application parameters.
> {code}
> spark-submit --master yarn-cluster --class main.Class --numPartitions 8 
> --kryo true
> {code}



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

Reply via email to