spark standalore cluster using docker
363
Docker container for running spark cluster.
docker build -t username/spark .
docker run -d -t -P --name spark_master bibinwilson/docker-spark /start-master.sh "$@"
docker run -d -t -P --link spark_master:spark_master bibinwilson/docker-spark /start-worker.sh "$@"
docker run -i -t -P --link spark_master:spark_master bibinwilson/docker-spark /spark-shell.sh "$@"
Content type
Image
Digest
Size
772.5 MB
Last updated
over 10 years ago
docker pull bibinwilson/docker-spark