GitHub user CrazyJvm opened a pull request:
https://github.com/apache/spark/pull/1267
make port of ConnectionManager configurable
I encountered a port confliction problem due to ConnectionManager which is
really annoying .
So I make the ConnectionManager port configurable with default port 9999
still.
I added a new configuration called `spark.network.connectionmanager.port` ,
and I'm not sure whether the name is OK or not : )
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CrazyJvm/spark ConnectionManager-Port
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1267.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 #1267
----
commit e34fbe5003a97b693de7abb5144d907d01283fef
Author: CrazyJvm <[email protected]>
Date: 2014-06-30T09:37:12Z
make port of ConnectionManager configurable
----
---
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.
---