Skip to content

Commit 410aa8e

Browse files
authored
fix: downgrade Hive version for the anomaly demo (#173)
* fix: downgrade Hive version for the anomaly demo * use hive 4.0.0
1 parent d7ddbe7 commit 410aa8e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

stacks/spark-trino-superset-s3/hive-metastore.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ metadata:
55
name: hive
66
spec:
77
image:
8-
productVersion: 4.0.1
8+
# Cannot upgrade to 4.0.1 because we run into the same problem
9+
# as this https://github.com/apache/iceberg-python/issues/1222
10+
productVersion: 4.0.0
911
clusterConfig:
1012
database:
1113
connString: jdbc:postgresql://postgresql-hive:5432/hive
@@ -24,7 +26,9 @@ metadata:
2426
name: hive-iceberg
2527
spec:
2628
image:
27-
productVersion: 4.0.1
29+
# Cannot upgrade to 4.0.1 because we run into the same problem
30+
# as this https://github.com/apache/iceberg-python/issues/1222
31+
productVersion: 4.0.0
2832
clusterConfig:
2933
database:
3034
connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive

0 commit comments

Comments
 (0)