Sign inSign up

stondo/docker-spark

By stondo

Updated almost 11 years ago

latest

Image
1

237

stondo/docker-spark repository overview

spark

A progrium/busybox based Spark container. Use it in a standalone cluster with the accompanying docker-compose.yml, or as a base for more complex recipes.

example

To create a standalone cluster with docker-compose:

docker-compose up

The SparkUI will be running at http://${YOUR_DOCKER_HOST}:8080 with one worker listed. To run spark-shell, exec into a container:

docker exec -it dockerspark_master_1 /bin/bash
/usr/spark/bin/spark-shell --master spark://master:7077

license

MIT

Tag summary

Content type

Image

Digest

sha256:c04b463b9

Size

390.7 MB

Last updated

almost 11 years ago

docker pull stondo/docker-spark