You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(hbase): version 2.6.0
* re-enable phoenix for 2.6
* fix lint and revert shell format
* chore: change loglevel input format for opa process-logs script to uppercase (#704)
* change loglevel input format to uppercase
* update changelog
* Revert "fix lint and revert shell format"
This reverts commit 24249c5.
* hbase-operator-tools for 2.6
* fix markdown lint
* fix markdown lint
* add xml dependency
* package opa authorizer
* fix hadolint warnings
* update changelog
* cleanup
* Fix build
* more indentation
* update phoenix src archive
* - convert tabs to spaces
- add HBASE-28567 path
* Added patches for open issues
* conditionally bundle the jmx exporter
* HBase 2.4.18 support
- Patches updated for new version
- Update dependencies for 2.4.18 to new patch dependencies where available
- Move to heredoc syntax
- Remove Log4Shell workarounds
- Add package_manifest
- Change upload script to only download & upload the sources and not the binaries
* Changelog update
* Hopefully fix path issues
* Fix build and make build less noisy
* Update labels
* Fix typo
* wip: delete_caches and Dockerfile refactoring
* attempt: trigger image build from pr
* Revert "attempt: trigger image build from pr"
This reverts commit 9378bdf.
* Updates
- Move Phoenix into its own stage
- Add ARG to delete caches
- Use cache mounts
* Fix changelog, remove hadolint warnings
* Separate the hadoop-builder from hbase-builder so they can build in parallel
* Split HBase Operator Tools into own stage as well, fix errors wi
* fix missing copy
* fix jmx exporter
* fix jmx config
* add jackson_dataformat_xml variable
* add opa_authorizer variable
* add opa-authorizer build stage
* Updates
- Move patches to stgit format
- Include dataformat-xml in build itself
* readd opa authorizer version
* Use tag for the opa authorizer
* implement review feedback
* Move to identifiable Phoenix & HBase Operator tool dependencies
* Fix markdownlint
* Restore missing comment
* Fix the build
The snapshot builds needed for HBase 2.6 caused issues as the directory names for the source wouldn't correspond to the target directory that is being built
* Silence hadolint
* Silence hadolint
---------
Co-authored-by: Xenia <xenia.fischer@stackable.tech>
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.tech>
Co-authored-by: Lars Francke <git@lars-francke.de>
As of SDP 24.7 we do include HBase 2.6 support in an experimental state.
4
+
5
+
## Phoenix
6
+
7
+
At the time of this writing (July 12, 2024) there is no Phoenix release that supports HBase 2.6 so the script `upload_new_phoenix_version.sh` will not work.
8
+
9
+
HBase 2.6 support [was added](https://github.com/apache/phoenix/pull/1793) with [PHOENIX-7172](https://issues.apache.org/jira/browse/PHOENIX-7172).
10
+
SDP 24.7 includes Phoenix built from the master branch from commit [4afe457](https://github.com/apache/phoenix/tree/4afe4579bb3ab01725e4939746d0b7b807b438ac).
0 commit comments