Skip to content

fix: downgrade Hive version for the anomaly demo #173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions stacks/spark-trino-superset-s3/hive-metastore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ metadata:
name: hive
spec:
image:
productVersion: 4.0.1
# 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
Expand All @@ -24,7 +26,9 @@ metadata:
name: hive-iceberg
spec:
image:
productVersion: 4.0.1
# 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
Expand Down