[ 
https://issues.apache.org/jira/browse/SPARK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14259488#comment-14259488
 ] 

Josh Rosen commented on SPARK-4389:
-----------------------------------

I think it's something like that; currently, I think that Akka doesn't give you 
full, separate control over the hostname that its advertises and the network 
interface(s) that it listens on.  In your example, I think the issue is that 
Akka would implicitly bind to only one of the IPs / interfaces, which might be 
the wrong one if a hostname like {{example.com}} is used.

> Set akka.remote.netty.tcp.bind-hostname="0.0.0.0" so driver can be located 
> behind NAT
> -------------------------------------------------------------------------------------
>
>                 Key: SPARK-4389
>                 URL: https://issues.apache.org/jira/browse/SPARK-4389
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>            Reporter: Josh Rosen
>            Priority: Minor
>
> We should set {{akka.remote.netty.tcp.bind-hostname="0.0.0.0"}} in our Akka 
> configuration so that Spark drivers can be located behind NATs / work with 
> weird DNS setups.
> This is blocked by upgrading our Akka version, since this configuration is 
> not present Akka 2.3.4.  There might be a different approach / workaround 
> that works on our current Akka version, though.
> EDIT: this is blocked by Akka 2.4, since this feature is only available in 
> the 2.4 snapshot release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to