File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ containerfile = "Dockerfile.3"
99"hadoop/hadoop" = " 3.4.3"
1010java-base = " 17"
1111java-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 ]
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ hadoop-version = "3.4.2"
88hbase-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 "
1616protobuf-plugin-version = " 0.6.1"
You can’t perform that action at this time.
0 commit comments