Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-27015

spark-submit does not properly escape arguments sent to Mesos dispatcher

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3.3, 2.4.0
    • 3.0.0
    • Mesos
    • None

    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

          Activity

            People

              mwlon Martin Loncaric
              mwlon Martin Loncaric
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: