Skip to content

Commit 1d76520

Browse files
committed
more bumps
1 parent 621c9e0 commit 1d76520

2 files changed

Lines changed: 5 additions & 5 deletions

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.4"
12+
hbase = "2.6.6"
1313
"spark-k8s/hbase-connectors" = "1.0.1_3.5.8"
1414

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ hadoop-version = "3.4.2"
88
hbase-version = "2.6.6"
99
# The following three must match the hbase-thirdparty (and its bundled protobuf)
1010
# shipped by the hbase-shaded-client in the final Spark image. That client comes
11-
# from the `hbase` local-image in spark-k8s/boil-config.toml (currently 2.6.4),
12-
# whose hbase-thirdparty is 4.1.12 -> protobuf 4.31.1. Keep these in sync if the
11+
# from the `hbase` local-image in spark-k8s/boil-config.toml (currently 2.6.6),
12+
# whose hbase-thirdparty is 4.1.13 -> protobuf 4.34.0. Keep these in sync if the
1313
# Spark image's HBASE_VERSION changes.
14-
hbase-thirdparty-version = "4.1.12"
15-
protobuf-version = "4.31.1"
14+
hbase-thirdparty-version = "4.1.13"
15+
protobuf-version = "4.34.0"
1616
protobuf-plugin-version = "0.6.1"

0 commit comments

Comments
 (0)