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

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

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/)