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

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


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new 34c7c3b41e2 [MINOR][CONNECT][DOCS] Clarify Spark Connect option in 
Spark scripts
34c7c3b41e2 is described below

commit 34c7c3b41e296a637a8c4786b9ac949ba418cea2
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Wed Apr 5 15:00:51 2023 +0900

    [MINOR][CONNECT][DOCS] Clarify Spark Connect option in Spark scripts
    
    ### What changes were proposed in this pull request?
    
    This PR clarifies Spark Connect option to be consistent with other sections.
    
    ### Why are the changes needed?
    
    To be consistent with other configuration docs, and to be clear about Spark 
Connect option.
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes, it changes the user-facing doc in Spark scripts.
    
    ### How was this patch tested?
    
    Manually tested.
    
    Closes #40671 from HyukjinKwon/another-minor-docs.
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
    (cherry picked from commit a7a0f7a92d0517e553de46193592e1e6d1c3add2)
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala 
b/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
index d68f1dc8042..a3fe5153bee 100644
--- a/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
+++ b/core/src/main/scala/org/apache/spark/deploy/SparkSubmitArguments.scala
@@ -550,7 +550,7 @@ private[deploy] class SparkSubmitArguments(args: 
Seq[String], env: Map[String, S
         |  --verbose, -v               Print additional debug output.
         |  --version,                  Print the version of current Spark.
         |
-        | Experimental options:
+        | Spark Connect only:
         |   --remote CONNECT_URL       URL to connect to the server for Spark 
Connect, e.g.,
         |                              sc://host:port. --master and 
--deploy-mode cannot be set
         |                              together with this option. This option 
is experimental, and


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

Reply via email to