Skip to content

Commit a197137

Browse files
committed
A little revise for the document
1 parent 2eed6bb commit a197137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/spark-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Spark Docker files usable for testing and development purposes.
33
These images are intended to be run like so:
44

55
docker run -v $SPARK_HOME:/opt/spark spark-test-master
6-
docker run -v $SPARK_HOME:/opt/spark spark-test-worker <master_ip>
6+
docker run -v $SPARK_HOME:/opt/spark spark-test-worker spark://<master_ip>:7077
77

88
Using this configuration, the containers will have their Spark directories
99
mounted to your actual `SPARK_HOME`, allowing you to modify and recompile

0 commit comments

Comments
 (0)