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

    https://github.com/apache/spark/pull/19399#discussion_r143114309
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala ---
    @@ -850,6 +869,18 @@ private[history] class AppListingListener(log: 
FileStatus, clock: Clock) extends
             fileSize)
         }
     
    +    def applicationStatus : Option[String] = {
    +      if (startTime.getTime == -1) {
    +        Some("<Not Started>")
    +      } else if (endTime.getTime == -1) {
    +        Some("<In Progress>")
    --- End diff --
    
    Agree with you @ajbozarth 


---

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

Reply via email to