Skip to content

Commit d5df86c

Browse files
authored
chore: Bump hive version for 26.3.0 (#356)
* chore: Bump hive version for 26.3.0 * Update stacks/data-lakehouse-iceberg-trino-spark/hive-metastores.yaml
1 parent 7f5266c commit d5df86c

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

stacks/_templates/keycloak.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
while :
6060
do
6161
echo "Determining Keycloak public reachable address"
62-
KEYCLOAK_ADDRESS=$(kubectl get svc keycloak -o json | jq -r --argfile endpoints <(kubectl get endpoints keycloak -o json) --argfile nodes <(kubectl get nodes -o json) '($nodes.items[] | select(.metadata.name == $endpoints.subsets[].addresses[].nodeName) | .status.addresses | map(select(.type == "ExternalIP" or .type == "InternalIP")) | min_by(.type) | .address | tostring) + ":" + (.spec.ports[] | select(.name == "https") | .nodePort | tostring)')
62+
KEYCLOAK_ADDRESS=$(kubectl get svc keycloak -o json | jq -r --slurpfile endpoints <(kubectl get endpoints keycloak -o json) --slurpfile nodes <(kubectl get nodes -o json) '($nodes[0].items[] | select(.metadata.name == $endpoints[0].subsets[].addresses[].nodeName) | .status.addresses | map(select(.type == "ExternalIP" or .type == "InternalIP")) | min_by(.type) | .address | tostring) + ":" + (.spec.ports[] | select(.name == "https") | .nodePort | tostring)')
6363
echo "Found Keycloak running at $KEYCLOAK_ADDRESS"
6464
6565
if [ ! -z "$KEYCLOAK_ADDRESS" ]; then

stacks/airflow/hive-metastores.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: hive-iceberg
66
spec:
77
image:
8-
productVersion: 4.1.0
8+
productVersion: 4.2.0
99
clusterConfig:
1010
database:
1111
connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive

stacks/data-lakehouse-iceberg-trino-spark/hive-metastores.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ metadata:
2424
name: hive-iceberg
2525
spec:
2626
image:
27+
# Cannot upgrade to 4.0.1 because we run into the same problem
28+
# as this https://github.com/apache/iceberg-python/issues/1222
2729
productVersion: 4.0.0
2830
clusterConfig:
2931
database:

stacks/end-to-end-security/hive-metastore.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ metadata:
55
name: hive-iceberg
66
spec:
77
image:
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
810
productVersion: 4.0.0
911
clusterConfig:
1012
authorization:

stacks/trino-iceberg/hive-metastores.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: hive-iceberg
66
spec:
77
image:
8-
productVersion: 4.1.0
8+
productVersion: 4.2.0
99
clusterConfig:
1010
database:
1111
connString: jdbc:postgresql://postgresql-hive-iceberg:5432/hive

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: hive
66
spec:
77
image:
8-
productVersion: 4.1.0
8+
productVersion: 4.2.0
99
clusterConfig:
1010
database:
1111
connString: jdbc:postgresql://postgresql-hive:5432/hive

0 commit comments

Comments
 (0)