Github user lresende commented on a diff in the pull request:
https://github.com/apache/bahir/pull/24#discussion_r83520719
--- Diff:
streaming-akka/src/main/scala/org/apache/spark/streaming/akka/ActorReceiver.scala
---
@@ -65,6 +65,7 @@ object ActorReceiver {
val akkaConf = ConfigFactory.parseString(
s"""akka.actor.provider = "akka.remote.RemoteActorRefProvider"
|akka.remote.enabled-transports = ["akka.remote.netty.tcp"]
+ |akka.remote.netty.tcp.port = "0"
--- End diff --
Why are setting this to any available port ? Don't they need to match
between the client and server ?
---
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.
---