Skip to content

Commit 0fd9f69

Browse files
Merge pull request #99 from cluster-apps-on-docker/fix/docker-compose
[FIX] Fixed Apache Spark Web UI port
2 parents 1faa21d + 240e99f commit 0fd9f69

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
ports:
2121
- "8080:8080"
2222
- "7077:7077"
23+
- "4040:4040"
2324
volumes:
2425
- shared-workspace:/opt/workspace
2526
spark-worker-1:

build/docker/spark-master/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ LABEL org.label-schema.schema-version="1.0"
1414

1515
# -- Runtime
1616

17-
EXPOSE 8080 7077
17+
EXPOSE 8080 7077 4040
1818

1919
CMD bin/spark-class org.apache.spark.deploy.master.Master >> logs/spark-master.out

0 commit comments

Comments
 (0)