You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/10/29 05:50:22 UTC

[spark] branch branch-3.2 updated: [SPARK-37134][PYTHON][DOCS] Clarify the options in "Using PySpark Native Features"

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

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


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new b58db1f  [SPARK-37134][PYTHON][DOCS] Clarify the options in "Using PySpark Native Features"
b58db1f is described below

commit b58db1f287b854cdeb54722c80bbd4558d848fab
Author: Hyukjin Kwon <gu...@apache.org>
AuthorDate: Fri Oct 29 14:48:53 2021 +0900

    [SPARK-37134][PYTHON][DOCS] Clarify the options in "Using PySpark Native Features"
    
    ### What changes were proposed in this pull request?
    
    This PR proposes to fix:
    
    ```diff
    - to the executors by:
    + to the executors by one of the following:
    ```
    
    to clarify that doing one of many options works (instead of doing all options together).
    
    ### Why are the changes needed?
    
    To prevent confusion.
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes, this is user-facing documentation change.
    
    ### How was this patch tested?
    
    Manually double checked.
    
    Closes #34422
    
    Closes #34432 from HyukjinKwon/SPARK-37134.
    
    Authored-by: Hyukjin Kwon <gu...@apache.org>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
    (cherry picked from commit f258d30b8ef5d1698da3af1dddc08dd47ca0db3b)
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 python/docs/source/user_guide/python_packaging.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/docs/source/user_guide/python_packaging.rst b/python/docs/source/user_guide/python_packaging.rst
index 02ef7f6..6409c5f 100644
--- a/python/docs/source/user_guide/python_packaging.rst
+++ b/python/docs/source/user_guide/python_packaging.rst
@@ -63,7 +63,7 @@ Using PySpark Native Features
 -----------------------------
 
 PySpark allows to upload Python files (``.py``), zipped Python packages (``.zip``), and Egg files (``.egg``)
-to the executors by:
+to the executors by one of the following:
 
 - Setting the configuration setting ``spark.submit.pyFiles``
 - Setting ``--py-files`` option in Spark scripts

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