Runs Spark in standalone mode inside of docker with auto-start.
210
Starts a standalone spark master and one slave. Suited for development or single node testing.
Versions:
Features:
To use spark for local development (also write a host name entry for spark:
docker run --name spark --hostname spark -d -p 8080:8080 -p 8081:8081 -p 7077:7077 -p 9001:9001 starofall/spark-standalone
If you want to link it to another container just use:
docker run --name spark --hostname spark -d starofall/spark-standalone
Content type
Image
Digest
Size
498.9 MB
Last updated
almost 10 years ago
docker pull starofall/spark-standalone