Martin Loncaric created SPARK-27015:
---------------------------------------

             Summary: 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.4.0, 2.3.3
            Reporter: Martin Loncaric


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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to