Sign inSign up

andretadeu/apache-spark

By andretadeu

Updated almost 8 years ago
Archived

Apache Spark image ready for clustering.

Image
0

600

andretadeu/apache-spark repository overview

apache-spark

Docker image for Apache Spark standalone

How to use

Example:

Build the Docker image.

docker build -t <your Docker Hub ID>/apache-spark .

Create a simple cluster with master and one worker.

docker run -d --name spark-master -e 'MASTER=true' <your Docker Hub ID>/apache-spark:latest
docker run -d --name spark-worker01 --link spark-master:master <your Docker Hub ID>/apache-spark:latest

Tag summary

Content type

Image

Digest

Size

481.3 MB

Last updated

almost 8 years ago

docker pull andretadeu/apache-spark