Commit 71868da
feat(hbase): version 2.6.0 (#701)
* 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>1 parent fc532b2 commit 71868da
13 files changed
Lines changed: 714 additions & 11 deletions
File tree
- hbase
- stackable
- jmx
- config1.0.1
- config
- patches/2.6.0
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
90 | 127 | | |
91 | 128 | | |
92 | 129 | | |
| |||
123 | 160 | | |
124 | 161 | | |
125 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
126 | 166 | | |
127 | | - | |
128 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
129 | 170 | | |
130 | 171 | | |
131 | 172 | | |
| |||
210 | 251 | | |
211 | 252 | | |
212 | 253 | | |
213 | | - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
214 | 258 | | |
215 | | - | |
| 259 | + | |
216 | 260 | | |
217 | 261 | | |
218 | 262 | | |
| |||
271 | 315 | | |
272 | 316 | | |
273 | 317 | | |
| 318 | + | |
| 319 | + | |
274 | 320 | | |
275 | 321 | | |
276 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments