[
https://issues.apache.org/jira/browse/SPARK-11714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359481#comment-15359481
]
Michael Gummelt commented on SPARK-11714:
-----------------------------------------
[~drcrallen] Your solution isn't exactly clear to me, but it sounds like you're
trying to solve the problem of specifying arbitrary ports (such as jmx) for the
executor to reserve, rather than just the ones that spark knows about
(executor, blockmanager, shuffle service).
I think a clean way to do this would be introducing
{{spark.mesos.executor.ports}}. So then you could specify:
-Dspark.mesos.executor.ports=5000 -Dcom.sun.management.jmxremote.port=5000
or something similar
> Make Spark on Mesos honor port restrictions
> -------------------------------------------
>
> Key: SPARK-11714
> URL: https://issues.apache.org/jira/browse/SPARK-11714
> Project: Spark
> Issue Type: Improvement
> Components: Mesos
> Reporter: Charles Allen
>
> Currently the MesosSchedulerBackend does not make any effort to honor "ports"
> as a resource offer in Mesos. This ask is to have the ports which the
> executor binds to honor the limits of the "ports" resource of an offer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]