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

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


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new ad8c8676b1e [SPARK-39322][DOCS] Remove `Experimental` from 
`spark.dynamicAllocation.shuffleTracking.enabled`
ad8c8676b1e is described below

commit ad8c8676b1e55ca43bee538d304ae8ae874c2b92
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Fri May 27 17:58:33 2022 -0700

    [SPARK-39322][DOCS] Remove `Experimental` from 
`spark.dynamicAllocation.shuffleTracking.enabled`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove `Experimental` from 
`spark.dynamicAllocation.shuffleTracking.enabled`.
    
    ### Why are the changes needed?
    
    `spark.dynamicAllocation.shuffleTracking.enabled` was added at Apache Spark 
3.0.0 and has been used with K8s resource manager.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, this is a documentation only change.
    
    ### How was this patch tested?
    
    Manual.
    
    Closes #36705 from dongjoon-hyun/SPARK-39322.
    
    Authored-by: Dongjoon Hyun <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
    (cherry picked from commit fe85d7912f86c3e337aa93b23bfa7e7e01c0a32e)
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index 4fa37792a33..7952b4b1a2a 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -2726,7 +2726,7 @@ Apart from these, the following properties are also 
available, and may be useful
   <td><code>spark.dynamicAllocation.shuffleTracking.enabled</code></td>
   <td><code>false</code></td>
   <td>
-    Experimental. Enables shuffle file tracking for executors, which allows 
dynamic allocation
+    Enables shuffle file tracking for executors, which allows dynamic 
allocation
     without the need for an external shuffle service. This option will try to 
keep alive executors
     that are storing shuffle data for active jobs.
   </td>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to