[GitHub] spark pull request #18393: [SPARK-20342][core] Update task accumulators befo...

2017-07-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18393 --- 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

[GitHub] spark pull request #18393: [SPARK-20342][core] Update task accumulators befo...

2017-07-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/18393#discussion_r126273879 --- Diff: core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala --- @@ -2277,6 +2277,29 @@ class DAGSchedulerSuite extends SparkFunSuite

[GitHub] spark pull request #18393: [SPARK-20342][core] Update task accumulators befo...

2017-07-07 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18393#discussion_r126273069 --- Diff: core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala --- @@ -2277,6 +2277,29 @@ class DAGSchedulerSuite extends SparkFunSuite

[GitHub] spark pull request #18393: [SPARK-20342][core] Update task accumulators befo...

2017-07-07 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/18393#discussion_r126250146 --- Diff: core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala --- @@ -2277,6 +2277,29 @@ class DAGSchedulerSuite extends SparkFunSuite

[GitHub] spark pull request #18393: [SPARK-20342][core] Update task accumulators befo...

2017-07-06 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18393#discussion_r125884967 --- Diff: core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala --- @@ -2277,6 +2277,29 @@ class DAGSchedulerSuite extends SparkFunSuite

[GitHub] spark pull request #18393: [SPARK-20342][core] Update task accumulators befo...

2017-07-05 Thread jiangxb1987
Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/18393#discussion_r125676544 --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala --- @@ -1133,33 +1152,27 @@ class DAGScheduler(