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

When spark-submit cluster mode is run from a Mesos task, the job fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Incomplete
    • 2.0.2
    • None
    • Mesos
    • Mesos

    Description

      In Mesos cluster mode, spark-submit passes all local MESOS_xxx env vars to the Dispatcher (via RestSubmissionClient). When these env vars are later set in the Driver task, they overwrite existing MESOS_xxx env vars, such as MESOS_FRAMEWORK_ID and MESOS_EXECUTOR_ID, that are needed to run correctly on MESOS. This makes it impossible to run spark-submit from Chronos, or any Mesos task, because the resulting driver will inherit the wrong MESOS_xxx and fail right away.
      A Mesos issue reporting the same behavior: https://github.com/mesos/chronos/issues/707

      Attachments

        Activity

          People

            Unassigned Unassigned
            susanxhuynh Susan X. Huynh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: