This is an automated email from the ASF dual-hosted git repository. huaxingao pushed a commit to branch publish-spark-4.2.0-metadata in repository https://gitbox.apache.org/repos/asf/spark-website.git
commit f1573c49aa2f1de44e8c5d3691e1f22813dc54f8 Author: Huaxin Gao <[email protected]> AuthorDate: Tue Jul 14 18:01:37 2026 -0700 Update Spark 4.2.0 website metadata Co-authored-by: Cursor <[email protected]> --- downloads.md | 2 +- site/static/versions.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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/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]
