Skip to content

Commit adca5b6

Browse files
committed
Downgrade Hadoop in Spark HBase-connector again
1 parent 4627400 commit adca5b6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

spark-k8s/hbase-connectors/boil-config.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ java-devel = "17"
44

55
[versions."1.0.1_3.5.7".build-arguments]
66
spark-version = "3.5.7"
7-
hadoop-version = "3.4.3"
7+
# TODO: Bump to 3.4.3. Note that this causes compilation errors that need to be fixed.
8+
hadoop-version = "3.4.2"
89
hbase-version = "2.6.3"
910

1011
[versions."1.0.1_3.5.8".local-images]
1112
java-devel = "17"
1213

1314
[versions."1.0.1_3.5.8".build-arguments]
1415
spark-version = "3.5.8"
15-
hadoop-version = "3.4.3"
16+
# TODO: Bump to 3.4.3. Note that this causes compilation errors that need to be fixed.
17+
hadoop-version = "3.4.2"
1618
hbase-version = "2.6.3"

0 commit comments

Comments
 (0)