[GitHub] spark pull request #16473: [SPARK-19069] [CORE] Expose task 'status' and 'du...

2017-01-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16473 --- 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 #16473: [SPARK-19069] [CORE] Expose task 'status' and 'du...

2017-01-17 Thread paragpc
Github user paragpc commented on a diff in the pull request: https://github.com/apache/spark/pull/16473#discussion_r96532383 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/UIData.scala --- @@ -127,6 +127,14 @@ private[spark] object UIData { def updateTaskMetrics(met

[GitHub] spark pull request #16473: [SPARK-19069] [CORE] Expose task 'status' and 'du...

2017-01-17 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/16473#discussion_r96459828 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/UIData.scala --- @@ -127,6 +127,14 @@ private[spark] object UIData { def updateTaskMetrics(metr

[GitHub] spark pull request #16473: [SPARK-19069] [CORE] Expose task 'status' and 'du...

2017-01-16 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16473#discussion_r96335765 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskInfo.scala --- @@ -20,6 +20,7 @@ package org.apache.spark.scheduler import org.apache.spark.

[GitHub] spark pull request #16473: [SPARK-19069] [CORE] Expose task 'status' and 'du...

2017-01-16 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16473#discussion_r96335590 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/UIData.scala --- @@ -127,6 +127,14 @@ private[spark] object UIData { def updateTaskMetrics(met

[GitHub] spark pull request #16473: [SPARK-19069] [CORE] Expose task 'status' and 'du...

2017-01-10 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16473#discussion_r95463901 --- Diff: core/src/main/scala/org/apache/spark/scheduler/TaskInfo.scala --- @@ -120,4 +121,12 @@ class TaskInfo( } private[spark] def time

[GitHub] spark pull request #16473: [SPARK-19069] [CORE] Expose task 'status' and 'du...

2017-01-09 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16473#discussion_r95258436 --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/AllStagesResource.scala --- @@ -142,8 +142,10 @@ private[v1] object AllStagesResource {

[GitHub] spark pull request #16473: [SPARK-19069] [CORE] Expose task 'status' and 'du...

2017-01-04 Thread paragpc
GitHub user paragpc opened a pull request: https://github.com/apache/spark/pull/16473 [SPARK-19069] [CORE] Expose task 'status' and 'duration' in spark history server REST API. ## What changes were proposed in this pull request? Although Spark history server UI shows task รข