Repository: spark
Updated Branches:
refs/heads/branch-2.1 77d11df4f -> 46e6b6c0e
[SPARK-22897][CORE] Expose stageAttemptId in TaskContext
stageAttemptId added in TaskContext and corresponding construction modification
Added a new test in TaskContextSuite, two cases are tested:
1. Normal case
Repository: spark
Updated Branches:
refs/heads/branch-2.2 751b00820 -> a6459
[SPARK-22897][CORE] Expose stageAttemptId in TaskContext
stageAttemptId added in TaskContext and corresponding construction modification
Added a new test in TaskContextSuite, two cases are tested:
1. Normal case
Repository: spark
Updated Branches:
refs/heads/master e0c090f22 -> a6fc300e9
[SPARK-22897][CORE] Expose stageAttemptId in TaskContext
## What changes were proposed in this pull request?
stageAttemptId added in TaskContext and corresponding construction modification
## How was this patch teste
Repository: spark
Updated Branches:
refs/heads/branch-2.3 e734a4b9c -> 5244aafc2
[SPARK-22897][CORE] Expose stageAttemptId in TaskContext
## What changes were proposed in this pull request?
stageAttemptId added in TaskContext and corresponding construction modification
## How was this patch t