spark-instrumented-optimizer/docker/spark-test
2013-10-08 11:41:12 -07:00
..
base Add license agreements to dockerfiles 2013-10-08 11:41:12 -07:00
master Add license agreements to dockerfiles 2013-10-08 11:41:12 -07:00
worker Add license agreements to dockerfiles 2013-10-08 11:41:12 -07:00
build Add license agreements to dockerfiles 2013-10-08 11:41:12 -07:00
README.md Add end-to-end test for standalone scheduler fault tolerance 2013-10-05 23:20:31 -07:00

Spark Docker files usable for testing and development purposes.

These images are intended to be run like so: docker run -v $SPARK_HOME:/opt/spark spark-test-master docker run -v $SPARK_HOME:/opt/spark spark-test-worker <master_ip>

Using this configuration, the containers will have their Spark directories mounted to your actual SPARK_HOME, allowing you to modify and recompile your Spark source and have them immediately usable in the docker images (without rebuilding them).