https://github.com/casassg/spark-docker
Docker image to run a Spark 2.2.1 standalone cluster in Kubernetes
https://github.com/casassg/spark-docker
docker kubernetes spark
Last synced: 4 months ago
JSON representation
Docker image to run a Spark 2.2.1 standalone cluster in Kubernetes
- Host: GitHub
- URL: https://github.com/casassg/spark-docker
- Owner: casassg
- License: mit
- Created: 2018-04-27T21:43:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T21:53:16.000Z (over 7 years ago)
- Last Synced: 2025-04-03T21:44:07.444Z (6 months ago)
- Topics: docker, kubernetes, spark
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spark
This is a Docker image appropriate for running Spark on Kuberenetes. It produces an image with Spark 2.2.1. Allows to deploy as master (command: "/start-master"), worker (command: "/start-worker") or a submitter (command: "spark-submit ...")
Based on: https://github.com/kubernetes-retired/application-images
## Usage
Image: [casassg/spark:2.2.1_v1](https://hub.docker.com/r/casassg/spark/)