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

srowen 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 076cb7aabac [SPARK-45146][DOCS] Update the default value of 
'spark.submit.deployMode'
076cb7aabac is described below

commit 076cb7aabac2f0ff11ca77ca530b7b8db5310a5e
Author: chenyu-opensource <119398199+chenyu-opensou...@users.noreply.github.com>
AuthorDate: Wed Sep 13 08:48:14 2023 -0500

    [SPARK-45146][DOCS] Update the default value of 'spark.submit.deployMode'
    
    **What changes were proposed in this pull request?**
    The PR updates the default value of 'spark.submit.deployMode' in 
configuration.html on the website
    
    **Why are the changes needed?**
    The default value of 'spark.submit.deployMode' is 'client', but the website 
is wrong.
    
    **Does this PR introduce any user-facing change?**
    No
    
    **How was this patch tested?**
    It doesn't need to.
    
    **Was this patch authored or co-authored using generative AI tooling?**
    No
    
    Closes #42902 from chenyu-opensource/branch-SPARK-45146.
    
    Authored-by: chenyu-opensource 
<119398199+chenyu-opensou...@users.noreply.github.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index 6f7e12555e8..3ca9b704eba 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -394,7 +394,7 @@ of the most common options to set are:
 </tr>
 <tr>
   <td><code>spark.submit.deployMode</code></td>
-  <td>(none)</td>
+  <td>client</td>
   <td>
     The deploy mode of Spark driver program, either "client" or "cluster",
     Which means to launch driver program locally ("client")


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

Reply via email to