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

Marcelo Vanzin resolved SPARK-27015.
------------------------------------
       Resolution: Fixed
         Assignee: Martin Loncaric
    Fix Version/s:     (was: 2.5.0)

> 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: Bug
>          Components: Mesos
>    Affects Versions: 2.3.3, 2.4.0
>            Reporter: Martin Loncaric
>            Assignee: Martin Loncaric
>            Priority: Major
>             Fix For: 3.0.0
>
>
> Arguments sent to the dispatcher must be escaped; for instance,
> {noformat}spark-submit --master mesos://url:port my.jar --arg1 "a 
> b$c"{noformat}
> fails, and instead must be submitted as
> {noformat}spark-submit --master mesos://url:port my.jar --arg1 "a\\ 
> b\\$c"{noformat}



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