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

    https://github.com/apache/spark/pull/22504#discussion_r230463338
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala ---
    @@ -812,18 +821,74 @@ private[history] class FsHistoryProvider(conf: 
SparkConf, clock: Clock)
           .reverse()
           .first(maxTime)
           .asScala
    +      .filter(l => l.logType == LogType.EventLogs)
    --- End diff --
    
    `.filter { l => ... }`


---

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

Reply via email to