Apache Spark - simple shell to easily try Spark using the Scala REPL
4.8K
Docker container to simply run Apache Spark's REPL and try Spark's Scala API in a Standalone mode.
To simply try out the latest Spark version :
docker run -t -i ogirardot/spark-docker-shell
But if you want to specify your version (we only support greater than or equal to 1.1.1) =
docker run -t -i ogirardot/spark-docker-shell:1.4.0
For the complete list of tags available, check out the Tags tab.
Content type
Image
Digest
sha256:b8057bd3b…
Size
944.1 MB
Last updated
over 11 years ago
docker pull ogirardot/spark-docker-shell