spark-instrumented-optimizer/docker/spark-test
Josh Rosen ce5e6a2849 [SPARK-11491] Update build to use Scala 2.10.5
Spark should build against Scala 2.10.5, since that includes a fix for Scaladoc that will fix doc snapshot publishing: https://issues.scala-lang.org/browse/SI-8479

Author: Josh Rosen <joshrosen@databricks.com>

Closes #9450 from JoshRosen/upgrade-to-scala-2.10.5.
2015-11-04 16:58:38 -08:00
..
base [SPARK-11491] Update build to use Scala 2.10.5 2015-11-04 16:58:38 -08:00
master SPARK-1136: Fix FaultToleranceTest for Docker 0.8.1 2014-03-07 10:22:27 -08:00
worker SPARK-1136: Fix FaultToleranceTest for Docker 0.8.1 2014-03-07 10:22:27 -08:00
build Add license agreements to dockerfiles 2013-10-08 11:41:12 -07:00
README.md A little revise for the document 2013-10-29 00:28:56 +08: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 spark://<master_ip>:7077

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).