Skip to content

Commit 4ada3c7

Browse files
committed
Downgrade HDFS in HBase as well
1 parent adca5b6 commit 4ada3c7

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

hbase/boil-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"hbase/hbase-operator-tools" = "1.3.0-hbase2.6.3"
77
"hbase/phoenix" = "5.2.1-hbase2.6.3"
88
"hbase/hbase-opa-authorizer" = "0.3.0"
9-
"hadoop/hadoop" = "3.4.3"
9+
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
1010
java-base = "11"
1111
java-devel = "11"
1212

@@ -19,7 +19,7 @@ delete-caches = "true"
1919
"hbase/hbase-operator-tools" = "1.3.0-hbase2.6.4"
2020
"hbase/phoenix" = "5.3.0-hbase2.6.4"
2121
"hbase/hbase-opa-authorizer" = "0.3.0"
22-
"hadoop/hadoop" = "3.4.3"
22+
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
2323
java-base = "11"
2424
java-devel = "11"
2525

hbase/hbase-operator-tools/boil-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions."1.3.0-hbase2.6.3".local-images]
2-
"hadoop/hadoop" = "3.4.3"
2+
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
33
"hbase/hbase" = "2.6.3"
44
"java-devel" = "11"
55

@@ -11,7 +11,7 @@ delete-caches = "true"
1111
# Note: The next Hbase version should use 1.4.0 if it is released.
1212
# At the time of writing, the latest commit is b22878f.
1313
[versions."1.3.0-hbase2.6.4".local-images]
14-
"hadoop/hadoop" = "3.4.3"
14+
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
1515
"hbase/hbase" = "2.6.4"
1616
"java-devel" = "11"
1717

hbase/hbase/boil-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions."2.6.3".local-images]
2-
"hadoop/hadoop" = "3.4.3"
2+
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
33
java-base = "11"
44
java-devel = "11"
55

@@ -8,7 +8,7 @@ async-profiler-version = "2.9"
88
delete-caches = "true"
99

1010
[versions."2.6.4".local-images]
11-
"hadoop/hadoop" = "3.4.3"
11+
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
1212
java-base = "11"
1313
java-devel = "11"
1414

hbase/phoenix/boil-config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions."5.2.1-hbase2.6.3".local-images]
22
"hbase/hbase" = "2.6.3"
3-
"hadoop/hadoop" = "3.4.3"
3+
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
44
java-devel = "11"
55

66
[versions."5.2.1-hbase2.6.3".build-arguments]
@@ -10,7 +10,7 @@ delete-caches = "true"
1010

1111
[versions."5.3.0-hbase2.6.4".local-images]
1212
"hbase/hbase" = "2.6.4"
13-
"hadoop/hadoop" = "3.4.3"
13+
"hadoop/hadoop" = "3.4.2" # TODO: Bump to 3.4.3
1414
java-devel = "11"
1515

1616
[versions."5.3.0-hbase2.6.4".build-arguments]

0 commit comments

Comments
 (0)