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

Lukasz Jastrzebski commented on SPARK-5376:
-------------------------------------------

One comment, however if you run multiple Spark applications even tough 
executor-id == slave-id, multiple executors can be started on the same host. 
(And every one of them will consume 1 CPU without scheduling any tasks). This 
can be painful when you want to run multiple streaming applications on Mesos in 
fine grained mode, because each streaming driver's executors will consume 1 
CPU...

> [Mesos] MesosExecutor should have correct resources
> ---------------------------------------------------
>
>                 Key: SPARK-5376
>                 URL: https://issues.apache.org/jira/browse/SPARK-5376
>             Project: Spark
>          Issue Type: Improvement
>          Components: Mesos
>    Affects Versions: 1.2.0
>            Reporter: Jongyoul Lee
>
> Spark offers task and executor resources. We should fix resources for 
> executor. As is, same cores as tasks and no memories.



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