Apache Spark image ready for clustering.
600
Docker image for Apache Spark standalone
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
Content type
Image
Digest
Size
481.3 MB
Last updated
almost 8 years ago
docker pull andretadeu/apache-spark