Skip to content

Files

Latest commit

7ed39fb · Aug 1, 2025

History

History

hbase

README.md

Support for HBase 2.6

As of SDP 24.7 we do include HBase 2.6 support in an experimental state.

Phoenix

HBase 2.6 support was added with PHOENIX-7172 and released with Phoenix 5.2.1, which is included since SDP 25.3. SDP 24.7 included Phoenix built from the master branch from commit 4afe457.

HBase operator tools

Repository: hbase-operator-tools

Built from git hash 7c738fc (master) since no release supporting HBase 2.6 available yet.

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