[ https://issues.apache.org/jira/browse/SPARK-16952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-16952: ------------------------------------ Assignee: (was: Apache Spark) > [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: 1.5.2, 1.6.0, 1.6.1, 2.0.0 > 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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org