Skip to content

Commit

Permalink
update container versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-j-abbott-accenture committed Jan 24, 2025
1 parent a4a386e commit 8e20485
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
21 changes: 16 additions & 5 deletions apps/e2e/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ services:
- minio:/minio
entrypoint: /workdir/setup.sh
metastore:
image: quay.io/cloudservices/ubi-hive:3.1.2-metastore-008
platform: linux/amd64
image: quay.io/urbanos/ubi-hive:3.1.3-metastore-060-hadoop-3.3.6
depends_on:
- postgres
- minio
Expand Down Expand Up @@ -58,8 +57,7 @@ services:
depends_on:
- metastore
- minio
image: trinodb/trino:389
platform: linux/amd64
image: quay.io/urbanos/ubi-trino:458-015
ports:
- "8080:8080"
healthcheck:
Expand All @@ -70,7 +68,7 @@ services:
volumes:
- ${PWD}/test/hive.properties:/etc/trino/catalog/hive.properties
zookeeper:
image: wurstmeister/zookeeper
image: zookeeper:3.4.13
platform: linux/amd64
ports:
- "2181:2181"
Expand Down Expand Up @@ -111,6 +109,19 @@ services:
interval: 10s
timeout: 10s
retries: 10
# prometheus:
# image: prom/prometheus
# ports:
# - 9090:9090
# volumes:
# - ./prometheus.yml:/etc/prometheus/prometheus.yml

# grafana:
# image: grafana/grafana
# ports:
# - 3000:3000
# environment:
# - GF_SECURITY_ADMIN_PASSWORD=testpass

volumes:
minio:
18 changes: 9 additions & 9 deletions apps/e2e/test/hive.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
connector.name=hive-hadoop2
connector.name=hive
hive.metastore.uri=thrift://metastore:8000
hive.metastore.username=hive
hive.metastore-timeout=360m
hive.allow-drop-table=true
hive.allow-rename-table=true
hive.s3.aws-access-key=minioadmin
hive.s3.aws-secret-key=minioadmin
hive.s3.path-style-access=true
hive.s3.endpoint=http://minio:9000
hive.s3.ssl.enabled=false
hive.metastore.thrift.client.connect-timeout=360m
hive.metastore.thrift.client.read-timeout=360m
fs.native-s3.enabled=true
s3.aws-access-key=minioadmin
s3.aws-secret-key=minioadmin
s3.region=ignored-with-minio
s3.path-style-access=true
s3.endpoint=http://minio:9000

0 comments on commit 8e20485

Please sign in to comment.