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

    https://github.com/apache/spark/pull/21809#discussion_r204514740
  
    --- Diff: core/src/main/scala/org/apache/spark/status/AppStatusStore.scala 
---
    @@ -94,6 +94,13 @@ private[spark] class AppStatusStore(
           }.toSeq
       }
     
    +  def getJobIdsAssociatedWithStage(stageId: Int): Seq[Set[Int]] = {
    +    
store.view(classOf[StageDataWrapper]).index("stageId").first(stageId).last(stageId)
    --- End diff --
    
    I really did not get the question, perhaps you are suggesting to try an 
alternative way but is there any other alternative way to do this? Let me know 
your thoughts. Thank you.


---

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

Reply via email to