This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 220647ab94 Update Spark 4.2.0 website metadata
220647ab94 is described below
commit 220647ab94b73ba53df04de7c9e09a835f0b7a60
Author: Huaxin Gao <[email protected]>
AuthorDate: Tue Jul 14 20:44:39 2026 -0700
Update Spark 4.2.0 website metadata
Following the Apache Spark 4.2.0 release, this PR updates two pieces of
website metadata that the release tooling does not update automatically:
- `downloads.md`: bump the Maven dependency coordinate example from
`4.1.0` to `4.2.0`.
- `site/static/versions.json`: add a `4.2.0` entry (at the top) to the
documentation version switcher.
Author: Huaxin Gao <[email protected]>
Closes #701 from huaxingao/publish-spark-4.2.0-metadata.
---
downloads.md | 2 +-
site/downloads.html | 2 +-
site/static/versions.json | 5 +++++
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/downloads.md b/downloads.md
index 766e3f76a5..a2e60c1c72 100644
--- a/downloads.md
+++ b/downloads.md
@@ -32,7 +32,7 @@ Spark artifacts are [hosted in Maven
Central](https://search.maven.org/search?q=
groupId: org.apache.spark
artifactId: spark-core_2.13
- version: 4.1.0
+ version: 4.2.0
### Installing with PyPi
<a href="https://pypi.org/project/pyspark/">PySpark</a> is now available in
pypi. To install just run `pip install pyspark`.
diff --git a/site/downloads.html b/site/downloads.html
index 5d7f21f251..74bbade77e 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -189,7 +189,7 @@ window.onload = function () {
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>groupId: org.apache.spark
artifactId: spark-core_2.13
-version: 4.1.0
+version: 4.2.0
</code></pre></div></div>
<h3 id="installing-with-pypi">Installing with PyPi</h3>
diff --git a/site/static/versions.json b/site/static/versions.json
index e9b3330636..a58495c43d 100644
--- a/site/static/versions.json
+++ b/site/static/versions.json
@@ -1,4 +1,9 @@
[
+ {
+ "name": "4.2.0",
+ "version": "4.2.0",
+ "url": "https://spark.apache.org/docs/4.2.0/api/python/"
+ },
{
"name": "4.0.1",
"version": "4.0.1",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]