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 28, 2013
1 parent 2eed6bb commit a197137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/spark-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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-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
Expand Down

0 comments on commit a197137

Please sign in to comment.