Skip to content

Commit 5b8130e

Browse files
authored
fix(spark): Use HBase 2.6.4 instead of 2.6.3 (#1553)
It looks like this was missed in #1547.
1 parent 6283536 commit 5b8130e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spark-k8s/boil-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ containerfile = "Dockerfile.3"
99
"hadoop/hadoop" = "3.4.3"
1010
java-base = "17"
1111
java-devel = "17"
12-
hbase = "2.6.3"
12+
hbase = "2.6.4"
1313
"spark-k8s/hbase-connectors" = "1.0.1_3.5.8"
1414

1515
[versions."3.5.8".build-arguments]

0 commit comments

Comments
 (0)