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

[Spark][WEB UI]Spark in local mode hostname display localhost in the Host Column of Task Summary Page

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • Web UI
    • None

    Description

      In the stage page under Task Summary Page Host Column shows 'localhost' instead of showing host IP or host name mentioned against the Driver Host Name

      Steps:

      spark-shell --master local

      create table emp(id int);

      insert into emp values(100);

      select * from emp;

      Go to  Stage UI page and check the Task Summary Page.

      Host column will display 'localhost' instead the driver host.

       

      Note in case of spark-shell --master yarn mode UI display correct host name under the column.

      Attachments

        Issue Links

          Activity

            People

              shivusondur@gmail.com Shivu Sondur
              abhishek.akg ABHISHEK KUMAR GUPTA
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: