You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Charles Allen (JIRA)" <ji...@apache.org> on 2016/08/08 16:37:20 UTC

[jira] [Created] (SPARK-16952) [MESOS] MesosCoarseGrainedSchedulerBackend requires spark.mesos.executor.home even if spark.executor.uri is set

Charles Allen created SPARK-16952:
-------------------------------------

             Summary: [MESOS] MesosCoarseGrainedSchedulerBackend requires spark.mesos.executor.home even if spark.executor.uri is set
                 Key: SPARK-16952
                 URL: https://issues.apache.org/jira/browse/SPARK-16952
             Project: Spark
          Issue Type: Bug
          Components: Mesos, Scheduler
    Affects Versions: 2.0.0, 1.6.1, 1.6.0, 1.5.2
            Reporter: Charles Allen
            Priority: Minor


In the Mesos coarse grained scheduler, setting `spark.executor.uri` bypasses the code path which requires `spark.mesos.executor.home` since the uri effectively provides the executor home.

But `org.apache.spark.scheduler.cluster.mesos.MesosCoarseGrainedSchedulerBackend#createCommand` requires `spark.mesos.executor.home` to be set regardless.

Our workaround is to set `spark.mesos.executor.home=/dev/null` when using an executor uri.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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