Skip to content

Commit 1ba71cf

Browse files
authored
Merge pull request #226 from gerrykou/fix/expose-spark-ui-from-docker-compose
fix: add ports to docker compose to expose spark ui
2 parents 33af2a4 + 7fb23cb commit 1ba71cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootcamp/materials/3-spark-fundamentals/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
- 8080:8080
2424
- 10000:10000
2525
- 10001:10001
26+
- 4040-4042:4040-4042
2627
rest:
2728
image: tabulario/iceberg-rest
2829
container_name: iceberg-rest

0 commit comments

Comments
 (0)