Skip to content

Commit

Permalink
Merge pull request alteryx#119 from soulmachine/master
Browse files Browse the repository at this point in the history
A little revise for the document
  • Loading branch information
rxin committed Oct 29, 2013
2 parents aec9bf9 + a197137 commit f0e23a0
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 f0e23a0

Please sign in to comment.