Github user ajbozarth commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13664#discussion_r67028297
  
    --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/ExecutorTable.scala 
---
    @@ -147,6 +148,14 @@ private[ui] class ExecutorTable(stageId: Int, 
stageAttemptId: Int, parent: Stage
                     {Utils.bytesToString(v.diskBytesSpilled)}
                   </td>
                 }}
    +            <td>
    +              {val logs = 
parent.executorsListener.executorToLogUrls.getOrElse(k, Map.empty)
    +               if (logs.isEmpty) {
    +                 "No Logs Found"
    --- End diff --
    
    The executors page currently leaves this blank when there are no logs, for 
consistency across the ui it may be better to remove this string.


---
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