Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-22492

Spark master web ui server in standalone mode do not honor host option

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Incomplete
    • 2.2.0
    • None
    • Deploy

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            mikhail.osckin MIkhail Osckin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: