spark git commit: [SPARK-24415][CORE] Fixed the aggregated stage metrics by retaining stage objects in liveStages until all tasks are complete

2018-09-07 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.3 84922e506 -> 5b8b6b4e9 [SPARK-24415][CORE] Fixed the aggregated stage metrics by retaining stage objects in liveStages until all tasks are complete The problem occurs because stage object is removed from liveStages in

spark git commit: [SPARK-24415][CORE] Fixed the aggregated stage metrics by retaining stage objects in liveStages until all tasks are complete

2018-09-05 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 8440e3072 -> 39a02d8f7 [SPARK-24415][CORE] Fixed the aggregated stage metrics by retaining stage objects in liveStages until all tasks are complete The problem occurs because stage object is removed from liveStages in AppStatusListener