/docker-spark

Apache Spark Docker cluster

Primary LanguageShell

Apache Spark Docker cluster

Docker Hub for this image

Based on "A minimal Ubuntu base image modified for Docker-friendliness"

Supported tags and respective Dockerfile links

How to use this image

start a single apache spark instance

$ docker run --name some-spark -d kduda/spark

This image exposes 8080 - 9090, 7077, 6066, 4040 ports.

start a spark cluster with docker-compose up -d