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

    https://github.com/apache/spark/pull/20481#discussion_r165529443
  
    --- Diff: core/src/main/scala/org/apache/spark/status/storeTypes.scala ---
    @@ -73,6 +73,8 @@ private[spark] class JobDataWrapper(
       @JsonIgnore @KVIndex
       private def id: Int = info.jobId
     
    +  @JsonIgnore @KVIndex("completionTime")
    +  private def completionTime: Long = 
info.completionTime.map(_.getTime).getOrElse(Long.MaxValue)
    --- End diff --
    
    This is fine, but if you want you can probably replace the filters in the 
listener by setting this to `-1` for running jobs / stages / others, and 
starting iteration at "0".


---

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

Reply via email to