8000 GitHub - unchartedsoftware/sparklet: A small Spark "cluster", running in standalone mode. Suitable for testing and development.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

unchartedsoftware/sparklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

0