This is an automated email from the ASF dual-hosted git repository.

xinrong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 95918981916 [SPARK-39761][K8S][DOCS] Add Apache Spark images info in 
running-on-kubernetes doc
95918981916 is described below

commit 95918981916dc4f4fb187c4851f070c85c51f18d
Author: Yikun Jiang <yikunk...@gmail.com>
AuthorDate: Thu Jul 14 17:28:15 2022 -0700

    [SPARK-39761][K8S][DOCS] Add Apache Spark images info in 
running-on-kubernetes doc
    
    ### What changes were proposed in this pull request?
    Add Apache Spark images info in running-on-kubernetes doc
    
    ### Why are the changes needed?
    We add the docker image in dockerhub for spark relese like: 
[v3.1.3,v3.2.1,v3.3.0](https://hub.docker.com/r/apache/spark/tags) and release 
steps on https://github.com/apache/spark-website/pull/400
    
    It's better to add note it in running-on-kubernetes doc.
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    SKIP_API=1 bundle exec jekyll serve --watch
    
![image](https://user-images.githubusercontent.com/1736354/178723931-d6d18b3c-f5ad-41da-9d45-f1afa1a76e29.png)
    
    Closes #37174 from Yikun/SPARK-39761.
    
    Authored-by: Yikun Jiang <yikunk...@gmail.com>
    Signed-off-by: Xinrong Meng <xinr...@apache.org>
---
 docs/running-on-kubernetes.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/running-on-kubernetes.md b/docs/running-on-kubernetes.md
index d141fbd804a..c5c10a3d29b 100644
--- a/docs/running-on-kubernetes.md
+++ b/docs/running-on-kubernetes.md
@@ -113,6 +113,8 @@ $ ./bin/docker-image-tool.sh -r <repo> -t my-tag -p 
./kubernetes/dockerfiles/spa
 $ ./bin/docker-image-tool.sh -r <repo> -t my-tag -R 
./kubernetes/dockerfiles/spark/bindings/R/Dockerfile build
 ```
 
+You can also use the [Apache Spark Docker 
images](https://hub.docker.com/r/apache/spark) (such as 
`apache/spark:<version>`) directly.
+
 ## Cluster Mode
 
 To launch Spark Pi in cluster mode,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to