This is an automated email from the ASF dual-hosted git repository.
srowen 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 e73fcd924f Fix typo in downloads.md
e73fcd924f is described below
commit e73fcd924f6e30a292053c85d52b1eba2c074d90
Author: asikeero <[email protected]>
AuthorDate: Sat Sep 14 19:25:00 2024 -0500
Fix typo in downloads.md
There seems to have been a small typo in the Docker section of downloads.
<!-- *Make sure that you generate site HTML with `bundle exec jekyll
build`, and include the changes to the HTML in your pull request. See README.md
for more information.* -->
Author: asikeero <[email protected]>
Author: Eero Asikainen <[email protected]>
Closes #554 from asikeero/patch-1.
---
downloads.md | 2 +-
site/downloads.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/downloads.md b/downloads.md
index cc89ec8382..0d1af9d5c8 100644
--- a/downloads.md
+++ b/downloads.md
@@ -45,7 +45,7 @@ Spark artifacts are [hosted in Maven
Central](https://search.maven.org/search?q=
Spark docker images are available from Dockerhub under the accounts of both
[The Apache Software Foundation](https://hub.docker.com/r/apache/spark/) and
[Official Images](https://hub.docker.com/_/spark).
-Note that, these images contain non-ASF software and may be subject to
different license terms. Please check their
[Dockerfiles](https://github.com/apache/spark-docker) to verify whether to
verify whether they are compatible with your deployment.
+Note that, these images contain non-ASF software and may be subject to
different license terms. Please check their
[Dockerfiles](https://github.com/apache/spark-docker) to verify whether they
are compatible with your deployment.
### Release notes for stable releases
diff --git a/site/downloads.html b/site/downloads.html
index ddb50cd9bd..5541878a5c 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -198,7 +198,7 @@ version: 3.5.2
<p>Spark docker images are available from Dockerhub under the accounts of both
<a href="https://hub.docker.com/r/apache/spark/">The Apache Software
Foundation</a> and <a href="https://hub.docker.com/_/spark">Official
Images</a>.</p>
-<p>Note that, these images contain non-ASF software and may be subject to
different license terms. Please check their <a
href="https://github.com/apache/spark-docker">Dockerfiles</a> to verify whether
to verify whether they are compatible with your deployment.</p>
+<p>Note that, these images contain non-ASF software and may be subject to
different license terms. Please check their <a
href="https://github.com/apache/spark-docker">Dockerfiles</a> to verify whether
they are compatible with your deployment.</p>
<h3 id="release-notes-for-stable-releases">Release notes for stable
releases</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]