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

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


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 4072665  [SPARK-32865][DOC] python section in quickstart page doesn't 
display SPARK_VERSION correctly
4072665 is described below

commit 40726650338f2c4906e5bc6841a77712c4d44285
Author: bowen.li <bowenl...@gmail.com>
AuthorDate: Sat Sep 12 21:45:55 2020 -0700

    [SPARK-32865][DOC] python section in quickstart page doesn't display 
SPARK_VERSION correctly
    
    ### What changes were proposed in this pull request?
    
    In https://github.com/apache/spark/blame/master/docs/quick-start.md#L402,it 
should be `{{site.SPARK_VERSION}}` rather than `{site.SPARK_VERSION}`
    
    ### Why are the changes needed?
    
    SPARK_VERSION isn't displayed correctly, as shown below
    
    
![image](https://user-images.githubusercontent.com/1892692/93006726-d03c8680-f514-11ea-85e3-1d7cfb682ef2.png)
    
    ### Does this PR introduce _any_ user-facing change?
    
    no
    
    ### How was this patch tested?
    
    tested locally, as shown below
    
    
![image](https://user-images.githubusercontent.com/1892692/93006712-a6835f80-f514-11ea-8d78-6831c9d65265.png)
    
    Closes #29738 from bowenli86/doc.
    
    Authored-by: bowen.li <bowenl...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
    (cherry picked from commit 0549c20c6fccc7ff412818d7352b141590f88b1b)
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 docs/quick-start.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/quick-start.md b/docs/quick-start.md
index 8bf0d6e..d91695c 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -384,7 +384,7 @@ If you are building a packaged PySpark application or 
library you can add it to
 
 {% highlight python %}
     install_requires=[
-        'pyspark=={site.SPARK_VERSION}'
+        'pyspark=={{site.SPARK_VERSION}}'
     ]
 {% endhighlight %}
 


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

Reply via email to