You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "MIkhail Osckin (JIRA)" <ji...@apache.org> on 2017/11/10 14:00:00 UTC

[jira] [Created] (SPARK-22492) Spark master web ui server in standalone mode do not honor host option

MIkhail Osckin created SPARK-22492:
--------------------------------------

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


I want to run spark in standalone mode on localhost only. I set 

{code:sh}
export SPARK_LOCAL_IP=localhost
export SPARK_MASTER_HOST=localhost
{code}

in conf/spark-env.sh

then i start spark master

{code:sh}
./sbin/spark-master.sh
{code}

I see the following line in log file:
{code:sh}
INFO MasterWebUI: Bound MasterWebUI to localhost, and started at http://127.0.0.1:8080
{code}

but netstat tells me that jetty listen on all interfaces:

{code:sh}
netstat -lpnt | grep 8080
tcp6       0      0 :::8080                 :::*                    LISTEN      20826/java 
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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