This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new a20ecc9a28fb [MINOR][DOCS] Fix a typo in `spark-standalone.md`
a20ecc9a28fb is described below

commit a20ecc9a28fbed5db7832f7c62324b02d7b1ef65
Author: kepler62f <[email protected]>
AuthorDate: Wed Dec 10 09:04:39 2025 -0800

    [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 <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 docs/spark-standalone.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index 5a8eb3f1e060..ec1656b0348c 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -389,7 +389,7 @@ SPARK_MASTER_OPTS supports the following system properties:
   <td><code>spark.dead.worker.persistence</code></td>
   <td>15</td>
   <td>
-    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.
+    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.
   </td>
   <td>0.8.0</td>
 </tr>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to