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

gurwls223 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 f258d30  [SPARK-37134][PYTHON][DOCS] Clarify the options in "Using 
PySpark Native Features"
f258d30 is described below

commit f258d30b8ef5d1698da3af1dddc08dd47ca0db3b
Author: Hyukjin Kwon <gurwls...@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 <gurwls...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@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-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to