An open API service indexing awesome lists of open source software.

https://github.com/bobbui/spark-kubernetes-docker-image

Docker image use to run Apache Spark inside Kubernetes cluster as indicated here: https://spark.apache.org/docs/latest/running-on-kubernetes.html#docker-images
https://github.com/bobbui/spark-kubernetes-docker-image

Last synced: 6 months ago
JSON representation

Docker image use to run Apache Spark inside Kubernetes cluster as indicated here: https://spark.apache.org/docs/latest/running-on-kubernetes.html#docker-images

Awesome Lists containing this project

README

          

# spark-kubernetes-docker-image
Docker image use to run Apache Spark inside Kubernetes cluster as indicated here: https://spark.apache.org/docs/latest/running-on-kubernetes.html#docker-images

Built from official spark Dockerfile: https://github.com/apache/spark/tree/master/resource-managers/kubernetes/docker/src/main/dockerfiles/spark .

Get the image from here: https://cloud.docker.com/repository/docker/thangbui/spark .
Tags:
`-f tag: Dockerfile to build for JVM based Jobs. By default builds the Dockerfile shipped with Spark.
`-py tag: Dockerfile to build for PySpark Jobs. Builds Python dependencies and ships with Spark.
`-r tag: Dockerfile to build for SparkR Jobs. Builds R dependencies and ships with Spark.