Skip to content

Commit

Permalink
undo glue switch in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb committed Jan 22, 2025
1 parent 7ee48e4 commit 39b42f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -681,14 +681,14 @@ services:
- ./dev/containers/trino/etc/config.properties:/etc/trino/config.properties
- ./dev/containers/trino/etc/jvm.config:/etc/trino/jvm.config
- ./dev/containers/trino/etc/log.properties:/etc/trino/log.properties
- ./dev/containers/trino/etc/catalog/glue.properties:/etc/trino/catalog/hive.properties
- ./dev/containers/trino/etc/catalog/hive.properties:/etc/trino/catalog/hive.properties
- ./dev/containers/trino/etc/catalog/postgres.properties:/etc/trino/catalog/postgres.properties
- ./dev/containers/trino/data:/data/trino/data
- ./dev/containers/trino/logs:/data/trino/logs
# links:
# - hive-metastore
# depends_on:
# - hive-metastore
links:
- hive-metastore
depends_on:
- hive-metastore
ulimits:
nofile:
soft: 4096
Expand Down

0 comments on commit 39b42f7

Please sign in to comment.