You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ABHISHEK KUMAR GUPTA (Jira)" <ji...@apache.org> on 2019/09/01 15:57:00 UTC

[jira] [Created] (SPARK-28942) Spark in local mode hostname display localhost in the Host Column of Task Summary Page

ABHISHEK KUMAR GUPTA created SPARK-28942:
--------------------------------------------

             Summary: Spark in local mode hostname display localhost in the Host Column of Task Summary Page
                 Key: SPARK-28942
                 URL: https://issues.apache.org/jira/browse/SPARK-28942
             Project: Spark
          Issue Type: Bug
          Components: Web UI
    Affects Versions: 3.0.0
            Reporter: ABHISHEK KUMAR GUPTA


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.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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