Skip to content

Commit 7dd08b4

Browse files
committed
fix: Broken hive vuild because of wrong Hadoop version
Fixup of 1511
1 parent a1b64d5 commit 7dd08b4

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

hive/hive-metastore-opa-authorizer/boil-config.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,22 @@ authorizer-version = "v1.0.0"
2525
hive-version = "4.0.1"
2626
delete-caches = "true"
2727

28-
[versions."v1.0.0-hive-4.1.0-hadoop-3.4.3".local-images]
28+
[versions."v1.0.0-hive-4.1.0-hadoop-3.4.2".local-images]
2929
"java-devel" = "17"
30-
"hadoop/hadoop" = "3.4.3"
30+
# TODO: Bump to 3.4.3
31+
"hadoop/hadoop" = "3.4.2"
3132

32-
[versions."v1.0.0-hive-4.1.0-hadoop-3.4.3".build-arguments]
33+
[versions."v1.0.0-hive-4.1.0-hadoop-3.4.2".build-arguments]
3334
authorizer-version = "v1.0.0"
3435
hive-version = "4.1.0"
3536
delete-caches = "true"
3637

37-
[versions."v1.0.0-hive-4.2.0-hadoop-3.4.3".local-images]
38+
[versions."v1.0.0-hive-4.2.0-hadoop-3.4.2".local-images]
3839
"java-devel" = "21"
39-
"hadoop/hadoop" = "3.4.3"
40+
# TODO: Bump to 3.4.3
41+
"hadoop/hadoop" = "3.4.2"
4042

41-
[versions."v1.0.0-hive-4.2.0-hadoop-3.4.3".build-arguments]
43+
[versions."v1.0.0-hive-4.2.0-hadoop-3.4.2".build-arguments]
4244
authorizer-version = "v1.0.0"
4345
hive-version = "4.2.0"
4446
delete-caches = "true"

0 commit comments

Comments
 (0)