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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org