From ae6f4f36c9f46c9fa19c29a3bb0f59f2bfbaecb1 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:34:03 +0200 Subject: [PATCH 1/2] fix: downgrade Hive version for the anomaly demo --- stacks/spark-trino-superset-s3/hive-metastore.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/spark-trino-superset-s3/hive-metastore.yaml b/stacks/spark-trino-superset-s3/hive-metastore.yaml index becb2662..3c88db46 100644 --- a/stacks/spark-trino-superset-s3/hive-metastore.yaml +++ b/stacks/spark-trino-superset-s3/hive-metastore.yaml @@ -5,7 +5,7 @@ metadata: name: hive spec: image: - productVersion: 4.0.1 + productVersion: 3.1.3 # Cannot upgrade to 4.0 until this is fixed https://github.com/apache/iceberg-python/issues/1222 clusterConfig: database: connString: jdbc:postgresql://postgresql-hive:5432/hive @@ -24,7 +24,7 @@ metadata: name: hive-iceberg spec: image: - productVersion: 4.0.1 + productVersion: 3.1.3 # Cannot upgrade to 4.0 until this is fixed https://github.com/apache/iceberg-python/issues/1222 clusterConfig: database: connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive From 176f442bbe0ff748ed148da7d5d3b08fda1a920e Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Tue, 18 Mar 2025 10:25:04 +0200 Subject: [PATCH 2/2] use hive 4.0.0 --- stacks/spark-trino-superset-s3/hive-metastore.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/stacks/spark-trino-superset-s3/hive-metastore.yaml b/stacks/spark-trino-superset-s3/hive-metastore.yaml index 3c88db46..9e4184e7 100644 --- a/stacks/spark-trino-superset-s3/hive-metastore.yaml +++ b/stacks/spark-trino-superset-s3/hive-metastore.yaml @@ -5,7 +5,9 @@ metadata: name: hive spec: image: - productVersion: 3.1.3 # Cannot upgrade to 4.0 until this is fixed https://github.com/apache/iceberg-python/issues/1222 + # Cannot upgrade to 4.0.1 because we run into the same problem + # as this https://github.com/apache/iceberg-python/issues/1222 + productVersion: 4.0.0 clusterConfig: database: connString: jdbc:postgresql://postgresql-hive:5432/hive @@ -24,7 +26,9 @@ metadata: name: hive-iceberg spec: image: - productVersion: 3.1.3 # Cannot upgrade to 4.0 until this is fixed https://github.com/apache/iceberg-python/issues/1222 + # Cannot upgrade to 4.0.1 because we run into the same problem + # as this https://github.com/apache/iceberg-python/issues/1222 + productVersion: 4.0.0 clusterConfig: database: connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive