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

    https://github.com/apache/spark/pull/1309#discussion_r14695237
  
    --- Diff: 
core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala ---
    @@ -48,6 +48,7 @@ class JobProgressListener(conf: SparkConf) extends 
SparkListener {
     
       // TODO: Should probably consolidate all following into a single hash 
map.
       val stageIdToTime = HashMap[Int, Long]()
    +  val stageIdToAccumulables = HashMap[Int, Map[String, String]]()
    --- End diff --
    
    FYI this will conflict with @rxin's change to consolidate these into a 
single hash map


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to