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

Sean Owen updated SPARK-23002:
------------------------------
    Priority: Minor  (was: Major)

Good point, I had never really noticed that, but except in local most where 
it's always localhost, it does seem to use the IP address for some reason. I 
traced through the code and wasn't exactly sure where this comes from. I think 
it might be in CoarseGrainedSchedulerBackend, where it decides the executor 
address like:

{code}
val executorAddress = if (executorRef.address != null) {
              executorRef.address
            } else {
              context.senderAddress
            }
{code}

I don't know if [~vanzin] has time to look at this, but might have touched the 
relevant code last.

> SparkUI inconsistent driver hostname compare with other executors
> -----------------------------------------------------------------
>
>                 Key: SPARK-23002
>                 URL: https://issues.apache.org/jira/browse/SPARK-23002
>             Project: Spark
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 2.2.0
>            Reporter: Ran Tao
>            Priority: Minor
>
> As the picture shows, driver name is ip address and other executors are 
> machine hostname.
> !https://raw.githubusercontent.com/Lemonjing/issues-assets/master/pics/driver.png!



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to