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

Patrick Wendell updated SPARK-1691:
-----------------------------------

    Description: 
Currently due to the way we send arguments on to spark-class, it doesn't work 
with quoted strings. For instance:

{code}
./bin/spark-submit --name "My app" --spark-driver-extraJavaOptions "-Dfoo=x 
-Dbar=y"
{code}

  was:Currently due to the way we send arguments on to spark-class, it doesn't 
work with quoted strings.


> Support quoted arguments inside of spark-submit
> -----------------------------------------------
>
>                 Key: SPARK-1691
>                 URL: https://issues.apache.org/jira/browse/SPARK-1691
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: Patrick Wendell
>            Assignee: Patrick Wendell
>             Fix For: 1.0.0
>
>
> Currently due to the way we send arguments on to spark-class, it doesn't work 
> with quoted strings. For instance:
> {code}
> ./bin/spark-submit --name "My app" --spark-driver-extraJavaOptions "-Dfoo=x 
> -Dbar=y"
> {code}



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

Reply via email to