[GitHub] spark pull request #18008: [SPARK-20776] Fix perf. problems in JobProgressLi...

2017-05-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18008 --- 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 ena

[GitHub] spark pull request #18008: [SPARK-20776] Fix perf. problems in JobProgressLi...

2017-05-16 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/18008#discussion_r116886967 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/UIData.scala --- @@ -112,9 +112,9 @@ private[spark] object UIData { /** * These are k

[GitHub] spark pull request #18008: [SPARK-20776] Fix perf. problems in JobProgressLi...

2017-05-16 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18008#discussion_r116885970 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/UIData.scala --- @@ -112,9 +112,9 @@ private[spark] object UIData { /** * These are k

[GitHub] spark pull request #18008: [SPARK-20776] Fix perf. problems in JobProgressLi...

2017-05-16 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/18008#discussion_r116883398 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala --- @@ -405,7 +404,7 @@ class JobProgressListener(conf: SparkConf) extend