This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new d4d2f5c [SPARK-32865][DOC] python section in quickstart page doesn't
display SPARK_VERSION correctly
d4d2f5c is described below
commit d4d2f5c128cf5de98ca18daf30538ad132d99331
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 e7a16a3..557fc18 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -399,7 +399,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]