Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: MrCreosote <[email protected]>
  • Loading branch information
Tianhao-Gu and MrCreosote authored May 16, 2024
1 parent 8e28235 commit 6bfee7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ services:
spark-test-node:
image: bitnami/spark:3.5.1
container_name: spark-test-node
depends_on:
- spark-master
environment:
- SPARK_MASTER_URL=spark://spark-master:7077

Expand Down

0 comments on commit 6bfee7e

Please sign in to comment.