GitHub user skonto opened a pull request:

    https://github.com/apache/spark/pull/10808

     [SPARK-11714][Mesos] Make Spark on Mesos honor port restrictions 

    - Adds support for port constraints on MesosExecutorBackend for 
fine-grained mode.
    It keeps the convention for random port being the zero port. In such a 
case, a random port is chosen
    from the available ranges (previously accepted from offers). 


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/skonto/spark honour_ports

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/10808.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #10808
    
----
commit aa6698c4ebee6e593cc9aa075993b490af80ca02
Author: Stavros Kontopoulos <[email protected]>
Date:   2016-01-06T01:47:50Z

    honour ports

commit f19c71eff97a8b3cfcf4ad928fbcd99f26a98193
Author: Stavros Kontopoulos <[email protected]>
Date:   2016-01-18T16:26:47Z

    Merge branch 'master' into honour_ports
    
    Conflicts:
        
core/src/test/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackendSuite.scala
    
    merge

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to