File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,18 @@ $ ./bin/docker-image-tool.sh -r <repo> -t my-tag build
7676$ ./bin/docker-image-tool.sh -r < repo> -t my-tag push
7777```
7878
79+ By default ` bin/docker-image-tool.sh ` builds docker image for running JVM jobs. You need to opt-in to build additional
80+ language binding docker images.
81+
82+ Example usage is
83+ ``` bash
84+ # To build additional PySpark docker image
85+ $ ./bin/docker-image-tool.sh -r < repo> -t my-tag -p ./kubernetes/dockerfiles/spark/bindings/python/Dockerfile build
86+
87+ # To build additional SparkR docker image
88+ $ ./bin/docker-image-tool.sh -r < repo> -t my-tag -R ./kubernetes/dockerfiles/spark/bindings/R/Dockerfile build
89+ ```
90+
7991## Cluster Mode
8092
8193To launch Spark Pi in cluster mode,
You can’t perform that action at this time.
0 commit comments