aboutsummaryrefslogtreecommitdiff
path: root/docker/spark-test/README.md
diff options
context:
space:
mode:
authorAaron Davidson <aaron@databricks.com>2013-10-05 23:07:26 -0700
committerAaron Davidson <aaron@databricks.com>2013-10-05 23:20:31 -0700
commite1190229e13453cdb1e7c28fdf300d1f8dd717c2 (patch)
tree25a210aadb5fc32c9104b9415566d030a94c28d5 /docker/spark-test/README.md
parent0f070279e7cd224de48333b572d3080b742a82d7 (diff)
downloadspark-e1190229e13453cdb1e7c28fdf300d1f8dd717c2.tar.gz
spark-e1190229e13453cdb1e7c28fdf300d1f8dd717c2.tar.bz2
spark-e1190229e13453cdb1e7c28fdf300d1f8dd717c2.zip
Add end-to-end test for standalone scheduler fault tolerance
Docker files drawn mostly from Matt Masse. Some updates from Andre Schumacher.
Diffstat (limited to 'docker/spark-test/README.md')
-rw-r--r--docker/spark-test/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/spark-test/README.md b/docker/spark-test/README.md
new file mode 100644
index 0000000000..addea277aa
--- /dev/null
+++ b/docker/spark-test/README.md
@@ -0,0 +1,10 @@
+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).