sparklet icon indicating copy to clipboard operation
sparklet copied to clipboard

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

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