We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4627400 commit adca5b6Copy full SHA for adca5b6
1 file changed
spark-k8s/hbase-connectors/boil-config.toml
@@ -4,13 +4,15 @@ java-devel = "17"
4
5
[versions."1.0.1_3.5.7".build-arguments]
6
spark-version = "3.5.7"
7
-hadoop-version = "3.4.3"
+# TODO: Bump to 3.4.3. Note that this causes compilation errors that need to be fixed.
8
+hadoop-version = "3.4.2"
9
hbase-version = "2.6.3"
10
11
[versions."1.0.1_3.5.8".local-images]
12
java-devel = "17"
13
14
[versions."1.0.1_3.5.8".build-arguments]
15
spark-version = "3.5.8"
16
17
18
0 commit comments