[ 
https://issues.apache.org/jira/browse/SPARK-22492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon resolved SPARK-22492.
----------------------------------
    Resolution: Incomplete

> Spark master web ui server in standalone mode do not honor host option
> ----------------------------------------------------------------------
>
>                 Key: SPARK-22492
>                 URL: https://issues.apache.org/jira/browse/SPARK-22492
>             Project: Spark
>          Issue Type: Bug
>          Components: Deploy
>    Affects Versions: 2.2.0
>            Reporter: MIkhail Osckin
>            Priority: Minor
>              Labels: bulk-closed
>
> I want to run spark in standalone mode on localhost only. I set 
> export SPARK_LOCAL_IP=localhost
> export SPARK_MASTER_HOST=localhost
> in conf/spark-env.sh
> then i start spark master
> ./sbin/spark-master.sh
> I see the following line in log file:
> INFO MasterWebUI: Bound MasterWebUI to localhost, and started at 
> http://127.0.0.1:8080
> but netstat tells me that jetty listen on all interfaces:
> netstat -lpnt | grep 8080
> tcp6       0      0 :::8080                 :::*                    LISTEN    
>   20826/java 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to