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

Jeremiah Jordan commented on SPARK-13117:
-----------------------------------------

If you want minimal side effects to this then you can just:

{code}
serverInfo = 
Some(startJettyServer(Option(conf.getenv("SPARK_PUBLIC_DNS")).getOrElse("0.0.0.0"),
 port, handlers, conf, name))
{code}

> WebUI should use the local ip not 0.0.0.0
> -----------------------------------------
>
>                 Key: SPARK-13117
>                 URL: https://issues.apache.org/jira/browse/SPARK-13117
>             Project: Spark
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 1.6.0
>            Reporter: Jeremiah Jordan
>            Priority: Minor
>
> When SPARK_LOCAL_IP is set everything seems to correctly bind and use that IP 
> except the WebUI.  The WebUI should use the SPARK_LOCAL_IP not always use 
> 0.0.0.0
> https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/ui/WebUI.scala#L137



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to