We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aec9bf9 + a197137 commit f0e23a0Copy full SHA for f0e23a0
docker/spark-test/README.md
@@ -3,7 +3,7 @@ Spark Docker files usable for testing and development purposes.
3
These images are intended to be run like so:
4
5
docker run -v $SPARK_HOME:/opt/spark spark-test-master
6
- 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
7
8
Using this configuration, the containers will have their Spark directories
9
mounted to your actual `SPARK_HOME`, allowing you to modify and recompile
0 commit comments