Github user ajbozarth commented on a diff in the pull request:
https://github.com/apache/spark/pull/19270#discussion_r142543153
--- Diff: core/src/main/scala/org/apache/spark/ui/exec/ExecutorsTab.scala
---
@@ -170,6 +170,17 @@ class ExecutorsListener(storageStatusListener:
StorageStatusListener, conf: Spar
execTaskSummary.isBlacklisted = isBlacklisted
}
+ def getExecutorHost(eid: String): String = {
--- End diff --
Is this how `getExecutorHost` works in other classes? How did you decide to
implement it this way?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]