[ 
https://issues.apache.org/jira/browse/SPARK-16952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15412825#comment-15412825
 ] 

Apache Spark commented on SPARK-16952:
--------------------------------------

User 'mgummelt' has created a pull request for this issue:
https://github.com/apache/spark/pull/14552

> [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

Reply via email to