Skip to content

Commit 374d508

Browse files
kepler62fdongjoon-hyun
authored andcommitted
[MINOR][DOCS] Fix a typo in spark-standalone.md
### What changes were proposed in this pull request? A minor typo fix to documentation. ### Why are the changes needed? Clearer documentation for users. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #53285 from kepler62f/master. Authored-by: kepler62f <blue.kepler62f@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit a20ecc9) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 7d1bd03 commit 374d508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spark-standalone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ SPARK_MASTER_OPTS supports the following system properties:
389389
<td><code>spark.dead.worker.persistence</code></td>
390390
<td>15</td>
391391
<td>
392-
Number of iterations to keep the deae worker information in UI. By default, the dead worker is visible for (15 + 1) * <code>spark.worker.timeout</code> since its last heartbeat.
392+
Number of iterations to keep the dead worker information in UI. By default, the dead worker is visible for (15 + 1) * <code>spark.worker.timeout</code> since its last heartbeat.
393393
</td>
394394
<td>0.8.0</td>
395395
</tr>

0 commit comments

Comments
 (0)