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/03 04:32:00 UTC

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

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

ABHISHEK KUMAR GUPTA updated SPARK-28942:
-----------------------------------------
    Summary: [Spark][WEB UI]Spark in local mode hostname display localhost in the Host Column of Task Summary Page  (was: Spark in local mode hostname display localhost in the Host Column of Task Summary Page)

> [Spark][WEB UI]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
>            Priority: Minor
>
> 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