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

Liam Fisk commented on SPARK-4563:
----------------------------------

+1 for me

I am running into this problem when I run `spark-submit --master 
mesos://zk://foo:2181/mesos <some job>` in a Docker container.

As Spark is in the container, the SPARK_LOCAL_IP will resolve to 172.17.0.3 or 
similar, and the mesos executors will fail to contact this address. If 
SPARK_ADVERTISED_IP existed then I would broadcast the ip of the host system.

I cannot use host networking (as this container will inhabit multi-tenanted 
infrastructure).

> Allow spark driver to bind to different ip then advertise ip
> ------------------------------------------------------------
>
>                 Key: SPARK-4563
>                 URL: https://issues.apache.org/jira/browse/SPARK-4563
>             Project: Spark
>          Issue Type: Improvement
>          Components: Deploy
>            Reporter: Long Nguyen
>            Priority: Minor
>
> Spark driver bind ip and advertise is not configurable. spark.driver.host is 
> only bind ip. SPARK_PUBLIC_DNS does not work for spark driver. Allow option 
> to set advertised ip/hostname



--
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