[
https://issues.apache.org/jira/browse/SPARK-28942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen resolved SPARK-28942.
-------------------------------
Fix Version/s: 3.0.0
Resolution: Fixed
Issue resolved by pull request 25645
[https://github.com/apache/spark/pull/25645]
> [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: Improvement
> Components: Web UI
> Affects Versions: 3.0.0
> Reporter: ABHISHEK KUMAR GUPTA
> Assignee: Shivu Sondur
> Priority: Minor
> Fix For: 3.0.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]