Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 425 Bytes

Sparklet

A small Spark cluster, running in standalone mode. Suitable for testing and development.

Usage

By default, this container will run a spark-shell.

$ docker build -t uncharted/sparklet .
$ docker run -it uncharted/sparklet

If you want to pass arguments to spark-shell:

$ docker run -it uncharted/sparklet spark-shell --packages software.uncharted.sparkpipe:sparkpipe-core:1.1.0