Skip to content

Commit 0335b96

Browse files
author
Ilya Ganelin
committed
Removed stale documentation and fixed some erroneous spacing
1 parent d5fa622 commit 0335b96

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class DAGScheduler(
9595

9696
// Stages that must be resubmitted due to fetch failures
9797
private[scheduler] val failedStages = new HashSet[Stage]
98-
98+
9999
private[scheduler] val activeJobs = new HashSet[ActiveJob]
100100

101101
/**

docs/configuration.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,14 +1153,6 @@ Apart from these, the following properties are also available, and may be useful
11531153
Should be greater than or equal to 1. Number of allowed retries = this value - 1.
11541154
</td>
11551155
</tr>
1156-
<tr>
1157-
<td><code>spark.stage.maxFailures</code></td>
1158-
<td>5</td>
1159-
<td>
1160-
Number of individual stage failures before aborting the stage and not retrying it.
1161-
Should be greater than or equal to 1. Number of allowed retries = this value - 1.
1162-
</td>
1163-
</tr>
11641156
</table>
11651157

11661158
#### Dynamic Allocation

0 commit comments

Comments
 (0)