We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7a933 commit 9d8d4d1Copy full SHA for 9d8d4d1
core/src/main/java/org/apache/spark/TaskContext.java
@@ -100,7 +100,7 @@ static void unset() {
100
101
/**
102
* An ID recording how many times this task has been attempted. The first task attempt will be
103
- * assigned attemptId = 0, and subsequent attempts will have increasing ids.
+ * assigned attemptId = 0, and subsequent attempts will have increasing IDs.
104
*/
105
public abstract long attemptId();
106
0 commit comments