Skip to content

Commit

Permalink
feat(docker-compose.yml): add env var for spark
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowntpo committed Oct 31, 2024
1 parent da9766b commit 507122f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ services:
entrypoint: /bin/bash /tmp/spark/init.sh
environment:
- HADOOP_USER_NAME=root
- GRAVITINO_HOST_IP=gravitino
- GRAVITINO_HOST_PORT=8090
- HIVE_HOST_IP=hive
- TRINO_HOST_IP=trino
ports:
- "14040:4040"
volumes:
Expand Down

0 comments on commit 507122f

Please sign in to comment.