From 6f9ead89e9813de2adbec4ef7fc4641ee79822c7 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Fri, 17 Oct 2025 15:38:20 +0200 Subject: [PATCH] chore: bump hive to 4.1.0 --- stacks/dual-hive-hdfs-s3/hive.yaml | 4 ++-- stacks/trino-iceberg/hive-metastores.yaml | 2 +- stacks/trino-superset-s3/hive-metastore.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stacks/dual-hive-hdfs-s3/hive.yaml b/stacks/dual-hive-hdfs-s3/hive.yaml index 95aecee3..38432a17 100644 --- a/stacks/dual-hive-hdfs-s3/hive.yaml +++ b/stacks/dual-hive-hdfs-s3/hive.yaml @@ -36,7 +36,7 @@ metadata: name: hive-hdfs spec: image: - productVersion: 4.0.1 + productVersion: 4.1.0 clusterConfig: database: connString: jdbc:postgresql://hivehdfs-postgresql:5432/hivehdfs @@ -55,7 +55,7 @@ metadata: name: hive-s3 spec: image: - productVersion: 4.0.1 + productVersion: 4.1.0 clusterConfig: database: connString: jdbc:postgresql://hives3-postgresql:5432/hives3 diff --git a/stacks/trino-iceberg/hive-metastores.yaml b/stacks/trino-iceberg/hive-metastores.yaml index e80b3559..a908c0c1 100644 --- a/stacks/trino-iceberg/hive-metastores.yaml +++ b/stacks/trino-iceberg/hive-metastores.yaml @@ -5,7 +5,7 @@ metadata: name: hive-iceberg spec: image: - productVersion: 4.0.1 + productVersion: 4.1.0 clusterConfig: database: connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive diff --git a/stacks/trino-superset-s3/hive-metastore.yaml b/stacks/trino-superset-s3/hive-metastore.yaml index 017b68e9..3710eaa2 100644 --- a/stacks/trino-superset-s3/hive-metastore.yaml +++ b/stacks/trino-superset-s3/hive-metastore.yaml @@ -5,7 +5,7 @@ metadata: name: hive spec: image: - productVersion: 4.0.1 + productVersion: 4.1.0 clusterConfig: database: connString: jdbc:postgresql://postgresql-hive:5432/hive