You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Martin Loncaric (JIRA)" <ji...@apache.org> on 2019/02/28 20:33:00 UTC

[jira] [Updated] (SPARK-27015) spark-submit does not properly escape arguments sent to Mesos dispatcher

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

Martin Loncaric updated SPARK-27015:
------------------------------------
    Description: 
Arguments sent to the dispatcher must be escaped; for instance,

`spark-submit --master mesos://url:port my.jar --arg1 "a b c"`

fails, and instead must be submitted as

`spark-submit --master mesos://url:port my.jar --arg1 "a\\ b\\ c"`

  was:
Arguments sent to the dispatcher must be escaped; for instance,
```
spark-submit --master mesos://url:port my.jar --arg1 "a b c"
```
fails, and instead must be submitted as
```
spark-submit --master mesos://url:port my.jar --arg1 "a\\ b\\ c"
```


> spark-submit does not properly escape arguments sent to Mesos dispatcher
> ------------------------------------------------------------------------
>
>                 Key: SPARK-27015
>                 URL: https://issues.apache.org/jira/browse/SPARK-27015
>             Project: Spark
>          Issue Type: New Feature
>          Components: Mesos
>    Affects Versions: 2.3.3, 2.4.0
>            Reporter: Martin Loncaric
>            Priority: Major
>
> Arguments sent to the dispatcher must be escaped; for instance,
> `spark-submit --master mesos://url:port my.jar --arg1 "a b c"`
> fails, and instead must be submitted as
> `spark-submit --master mesos://url:port my.jar --arg1 "a\\ b\\ c"`



--
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