aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorsoulmachine <soulmachine@gmail.com>2013-10-26 15:13:57 +0800
committersoulmachine <soulmachine@gmail.com>2013-10-26 15:13:57 +0800
commit2eed6bbd1015568ea5501d4fe553a096543ee8e5 (patch)
treeddec82d3a223d98eda394ad00a3c16578dd94cd4 /docker
parentbab496c1201305f8ee4b0cfdd9b9e8041ea08d38 (diff)
downloadspark-2eed6bbd1015568ea5501d4fe553a096543ee8e5.tar.gz
spark-2eed6bbd1015568ea5501d4fe553a096543ee8e5.tar.bz2
spark-2eed6bbd1015568ea5501d4fe553a096543ee8e5.zip
A little revise for the document
Diffstat (limited to 'docker')
-rw-r--r--docker/spark-test/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docker/spark-test/README.md b/docker/spark-test/README.md
index addea277aa..7f4b5460b1 100644
--- a/docker/spark-test/README.md
+++ b/docker/spark-test/README.md
@@ -1,10 +1,11 @@
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>
+
+ 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
+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).