GitHub user radekg opened a pull request:
https://github.com/apache/spark/pull/9608
[SPARK-11638] [Mesos + Docker Bridge networking]: Run Spark on Mesos,â¦
⦠in Docker with Bridge networking
Provides `spark.driver.advertisedPort`, `spark.fileserver.advertisedPort`,
`spark.broadcast.advertisedPort` and `spark.replClassServer.advertisedPort`
settings to enable running Spark in Mesos on Docker with Bridge networking.
Provides patches for Akka Remote to enable Spark driver advertisement using
alternative host and port (https://issues.apache.org/jira/browse/SPARK-11638).
With these settings, it is possible to run Spark Master in a Docker
container and have the executors running on Mesos talk back correctly to such
Master.
The problem is discussed on the Mesos mailing list here:
https://mail-archives.apache.org/mod_mbox/mesos-user/201510.mbox/%3CCACTd3c9vjAMXk=bfotj5ljzfrh5u7ix-ghppfqknvg9mkkc...@mail.gmail.com%3E
To take advantage of these, patched Akka Remote is required. Patches for
Akka available here: https://issues.apache.org/jira/browse/SPARK-11638.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/radekg/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9608.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 #9608
----
commit 43ef277123b848abd98691071e5094193eb18cc0
Author: radekg <[email protected]>
Date: 2015-11-10T22:33:36Z
[SPARK-11638] [Mesos + Docker Bridge networking]: Run Spark on Mesos, in
Docker with Bridge networking
----
---
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]