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"
Attachments
Issue Links
- links to