Sample Python programs.
All of the programs are configured to run within docker containers.
These docker containers are built from a docker image which includes a spark engine. The programs are submitted to a spark engine which runs the program.
Docker enables developers and IT admins to build, ship and run any application, anywhere.
An ubuntu:16.04 based Spark container. Use it in a standalone cluster with the accompanying docker-compose.yml, or as a base for more complex recipes.
MIT