phase 14-15: docker build validation and helm deployment

This commit is contained in:
Celes Renata
2026-04-11 11:59:45 -07:00
parent 7394d241c9
commit ce10afa034
179 changed files with 32559 additions and 576 deletions
+7 -1
View File
@@ -72,6 +72,9 @@ services:
image: trinodb/trino:latest
ports:
- "8080:8080"
environment:
MINIO_ACCESS_KEY: minioadmin
MINIO_SECRET_KEY: minioadmin
volumes:
- ./infra/trino/catalog:/etc/trino/catalog
depends_on:
@@ -83,11 +86,14 @@ services:
environment:
SERVICE_NAME: metastore
DB_DRIVER: derby
SERVICE_OPTS: "-Djavax.jdo.option.ConnectionURL=jdbc:derby:/opt/hive/data/metastore_db;create=true"
ports:
- "9083:9083"
volumes:
- hive_data:/opt/hive/data
- ./infra/hive/core-site.xml:/opt/hive/conf/core-site.xml:ro
- ./infra/hive/metastore-site.xml:/opt/hive/conf/metastore-site.xml:ro
depends_on:
- minio
superset:
image: apache/superset:latest