You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:01:09 UTC

[jira] [Updated] (SPARK-22336) When spark-submit cluster mode is run from a Mesos task, the job fails

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

Hyukjin Kwon updated SPARK-22336:
---------------------------------
    Labels: bulk-closed  (was: )

> When spark-submit cluster mode is run from a Mesos task, the job fails
> ----------------------------------------------------------------------
>
>                 Key: SPARK-22336
>                 URL: https://issues.apache.org/jira/browse/SPARK-22336
>             Project: Spark
>          Issue Type: Bug
>          Components: Mesos
>    Affects Versions: 2.0.2
>         Environment: Mesos
>            Reporter: Susan X. Huynh
>            Priority: Major
>              Labels: bulk-closed
>
> 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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org