spark git commit: [SPARK-13465] Add a task failure listener to TaskContext

2016-03-03 Thread davies
Repository: spark Updated Branches: refs/heads/branch-1.6 fedb81360 -> 1ce2c1235 [SPARK-13465] Add a task failure listener to TaskContext ## What changes were proposed in this pull request? TaskContext supports task completion callback, which gets called regardless of task failures.

spark git commit: [SPARK-13465] Add a task failure listener to TaskContext

2016-02-26 Thread davies
Repository: spark Updated Branches: refs/heads/master 0598a2b81 -> 391755dc6 [SPARK-13465] Add a task failure listener to TaskContext ## What changes were proposed in this pull request? TaskContext supports task completion callback, which gets called regardless of task failures. However,