Skip to content
Snippets Groups Projects
Commit f0e23a02 authored by Reynold Xin's avatar Reynold Xin
Browse files

Merge pull request #119 from soulmachine/master

A little revise for the document
parents aec9bf90 a197137f
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ Spark Docker files usable for testing and development purposes. ...@@ -3,7 +3,7 @@ Spark Docker files usable for testing and development purposes.
These images are intended to be run like so: 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-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 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment