All Projects → unchartedsoftware → sparklet

unchartedsoftware / sparklet

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

Programming Languages

Dockerfile
14818 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].