Github user zsxwing commented on the pull request:

    https://github.com/apache/spark/pull/2642#issuecomment-57909316
  
    > As horizontal space is precious for including more metrics, might it make 
sense to combine "Address / Executor" and "Executor ID" into a single 
"Executor" column, with values like "1 / 10.37.129.2".
    
    Agree. I updated to put them into one column. I use `host` because I feel 
`Address` should include the `port` number but here we only have `host`. The 
new screenshot is as follow:
    
    
![executor_id_host](https://cloud.githubusercontent.com/assets/1000778/4515998/f84fdc82-4bdb-11e4-81a3-659cd28a4b43.png)
    
    > Also, is including the port still worthwhile now that we have the ID?
    
    `TaskInfo` does not have a `port` field, and I cannot find an easy way to 
add it. However, I think `Executor ID` is enough. If the executor id is 
provided, I can use `ps -ef | grep spark | grep " <executor_id> "` to find the 
process id. Looks `port` cannot help me find the process id more easily.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to