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 <[email protected]>
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

### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
tested locally, as shown below

Closes #29738 from bowenli86/doc.
Authored-by: bowen.li <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 0549c20c6fccc7ff412818d7352b141590f88b1b)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]