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.
1 parent b557c84 commit 0d12171Copy full SHA for 0d12171
README.md
@@ -14,6 +14,11 @@ The SparkUI will be running at `http://${YOUR_DOCKER_HOST}:8080` with one worker
14
docker exec -it dockerspark_master_1 /bin/bash
15
/usr/spark/bin/spark-shell --master spark://master:7077
16
17
+To run `SparkPi`, exec into a container:
18
+
19
+ docker exec -it dockerspark_master_1 /bin/bash
20
+ MASTER=spark://master:7077 /usr/spark/bin/run-example SparkPi 10
21
22
## license
23
24
MIT
0 commit comments