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 1faa21d + 240e99f commit 0fd9f69Copy full SHA for 0fd9f69
2 files changed
build/docker-compose.yml
@@ -20,6 +20,7 @@ services:
20
ports:
21
- "8080:8080"
22
- "7077:7077"
23
+ - "4040:4040"
24
volumes:
25
- shared-workspace:/opt/workspace
26
spark-worker-1:
build/docker/spark-master/Dockerfile
@@ -14,6 +14,6 @@ LABEL org.label-schema.schema-version="1.0"
14
15
# -- Runtime
16
17
-EXPOSE 8080 7077
+EXPOSE 8080 7077 4040
18
19
CMD bin/spark-class org.apache.spark.deploy.master.Master >> logs/spark-master.out
0 commit comments