Skip to content
Snippets Groups Projects
Commit a197137f authored by soulmachine's avatar soulmachine
Browse files

A little revise for the document

parent 2eed6bbd
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