Skip to content

Commit a86218d

Browse files
authored
[COST-5385] Update Trino and Hive images (#5258)
* Update jvm config
1 parent 493df6f commit a86218d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dev/containers/trino/etc/jvm.config

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
-XX:GCLockerRetryAllocationCount=8
2424
# Allow loading dynamic agent used by JOL
2525
-XX:+EnableDynamicAgentLoading
26+
-XX:G1NumCollectionsKeepPinned=10000000

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ services:
629629
630630
hive-metastore:
631631
container_name: hive-metastore
632-
image: quay.io/samdoran/ubi-hive:3.1.3-metastore-036
632+
image: quay.io/samdoran/ubi-hive:3.1.3-metastore-050
633633
ports:
634634
- 9083:8000
635635
environment:
@@ -652,7 +652,7 @@ services:
652652

653653
trino:
654654
container_name: trino
655-
image: quay.io/samdoran/ubi-trino:443-002
655+
image: quay.io/samdoran/ubi-trino:453-001
656656
user: root
657657
ports:
658658
- 8080:8080

0 commit comments

Comments
 (0)