Skip to content

Commit

Permalink
A little revise for the document
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmachine committed Oct 26, 2013
1 parent bab496c commit 2eed6bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/spark-test/README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 2eed6bb

Please sign in to comment.