Sign inSign up

ogirardot/spark-docker-shell

By ogirardot

Updated over 11 years ago

Apache Spark - simple shell to easily try Spark using the Scala REPL

Image
3

4.8K

ogirardot/spark-docker-shell repository overview

Apache Spark - Docker - Shell

Docker container to simply run Apache Spark's REPL and try Spark's Scala API in a Standalone mode.

How to run

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.

Tag summary

Content type

Image

Digest

sha256:b8057bd3b

Size

944.1 MB

Last updated

over 11 years ago

docker pull ogirardot/spark-docker-shell