You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 without failure
2. Exception case with resubmitted stages
Link to [SPARK-22897](https://issues.apache.org/jira/browse/SPARK-22897)
Author: Xianjin YE <advancedxy@gmail.com>
Closesapache#20082 from advancedxy/SPARK-22897.
(cherry picked from commit a6fc300)
Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
0 commit comments