Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file.
- hadoop: Add `3.4.2` ([#1291]).
- zookeeper: Add `3.9.4` ([#1292]).
- nifi: Add `2.6.0` ([#1293]).
- hbase: Add `2.6.3` ([#1296]).

### Changed

Expand Down Expand Up @@ -55,6 +56,7 @@ All notable changes to this project will be documented in this file.
- spark: Remove `4.0.0` ([#1286]).
- spark-connect-client: Remove `4.0.0` ([#1286]).
- trino/trino-storage-conector: Remove `470` ([#1285]).
- hbase: Remove `2.6.1` ([#1296]).

[#1207]: https://github.com/stackabletech/docker-images/pull/1207
[#1215]: https://github.com/stackabletech/docker-images/pull/1215
Expand Down Expand Up @@ -84,6 +86,7 @@ All notable changes to this project will be documented in this file.
[#1291]: https://github.com/stackabletech/docker-images/pull/1291
[#1292]: https://github.com/stackabletech/docker-images/pull/1292
[#1293]: https://github.com/stackabletech/docker-images/pull/1293
[#1296]: https://github.com/stackabletech/docker-images/pull/1296

## [25.7.0] - 2025-07-23

Expand Down
16 changes: 2 additions & 14 deletions hbase/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Support for HBase 2.6

As of SDP 24.7 we do include HBase 2.6 support in an experimental state.
As of SDP release 25.3, HBase 2.6.x is fully supported.

## Phoenix

Expand All @@ -11,16 +11,4 @@ SDP 24.7 included Phoenix built from the master branch from commit [4afe457](htt

Repository: [hbase-operator-tools](https://github.com/apache/hbase-operator-tools)

Built from git hash [7c738fc](https://github.com/apache/hbase-operator-tools/tree/7c738fc1bd14fd3e2ca4e66569b496b3fd9d0288) (master)
since no release supporting HBase 2.6 available yet.

```bash
mkdir ../hbase-operator-tools-1.3.0-7c738fc
git archive --format=tar --output ../hbase-operator-tools-1.3.0-7c738fc/hot.tar 7c738fc
cd ../hbase-operator-tools-1.3.0-7c738fc
tar xf hot.tar
rm hot.tar
echo 7c738fc > git-commit
cd ..
tar -c hbase-operator-tools-1.3.0-7c738fc|gzip > hbase-operator-tools-1.3.0-7c738fc-src.tar.gz
```
This is now mirrored and built from source using `patchable`.
24 changes: 12 additions & 12 deletions hbase/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[versions."2.6.1".local-images]
"hbase/hbase" = "2.6.1"
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.1"
"hbase/phoenix" = "5.2.1-hbase2.6.1"
[versions."2.6.2".local-images]
"hbase/hbase" = "2.6.2"
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.2"
"hbase/phoenix" = "5.2.1-hbase2.6.2"
"hbase/hbase-opa-authorizer" = "0.1.0" # only for HBase 2.6.1
"hadoop/hadoop" = "3.3.6"
"hadoop/hadoop" = "3.4.1"
java-base = "11"
java-devel = "11"

[versions."2.6.1".build-arguments]
[versions."2.6.2".build-arguments]
hbase-profile = "2.6"
delete-caches = "true"

[versions."2.6.2".local-images]
"hbase/hbase" = "2.6.2"
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.2"
"hbase/phoenix" = "5.2.1-hbase2.6.2"
[versions."2.6.3".local-images]
"hbase/hbase" = "2.6.3"
"hbase/hbase-operator-tools" = "1.3.0-fd5a5fb-hbase2.6.3"
"hbase/phoenix" = "5.2.1-hbase2.6.3"
"hbase/hbase-opa-authorizer" = "0.1.0" # only for HBase 2.6.1
"hadoop/hadoop" = "3.4.1"
"hadoop/hadoop" = "3.4.2"
java-base = "11"
java-devel = "11"

[versions."2.6.2".build-arguments]
[versions."2.6.3".build-arguments]
hbase-profile = "2.6"
delete-caches = "true"
16 changes: 8 additions & 8 deletions hbase/hbase-operator-tools/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions."1.3.0-fd5a5fb-hbase2.6.1".local-images]
"hadoop/hadoop" = "3.3.6"
"hbase/hbase" = "2.6.1"
[versions."1.3.0-fd5a5fb-hbase2.6.2".local-images]
"hadoop/hadoop" = "3.4.1"
"hbase/hbase" = "2.6.2"
"java-devel" = "11"

[versions."1.3.0-fd5a5fb-hbase2.6.1".build-arguments]
[versions."1.3.0-fd5a5fb-hbase2.6.2".build-arguments]
hbase-operator-tools-version = "1.3.0-fd5a5fb"
hbase-thirdparty-version = "4.1.9"
delete-caches = "true"

[versions."1.3.0-fd5a5fb-hbase2.6.2".local-images]
"hadoop/hadoop" = "3.4.1"
"hbase/hbase" = "2.6.2"
[versions."1.3.0-fd5a5fb-hbase2.6.3".local-images]
"hadoop/hadoop" = "3.4.2"
"hbase/hbase" = "2.6.3"
"java-devel" = "11"

[versions."1.3.0-fd5a5fb-hbase2.6.2".build-arguments]
[versions."1.3.0-fd5a5fb-hbase2.6.3".build-arguments]
hbase-operator-tools-version = "1.3.0-fd5a5fb"
hbase-thirdparty-version = "4.1.9"
delete-caches = "true"
12 changes: 6 additions & 6 deletions hbase/hbase/boil-config.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions."2.6.1".local-images]
"hadoop/hadoop" = "3.3.6"
[versions."2.6.2".local-images]
"hadoop/hadoop" = "3.4.1"
java-base = "11"
java-devel = "11"

[versions."2.6.1".build-arguments]
[versions."2.6.2".build-arguments]
async-profiler-version = "2.9"
delete-caches = "true"

[versions."2.6.2".local-images]
"hadoop/hadoop" = "3.4.1"
[versions."2.6.3".local-images]
"hadoop/hadoop" = "3.4.2"
java-base = "11"
java-devel = "11"

[versions."2.6.2".build-arguments]
[versions."2.6.3".build-arguments]
async-profiler-version = "2.9"
delete-caches = "true"
Loading