-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BIGTOP-3989: Bump HBase to 2.5.3 #1182
base: master
Are you sure you want to change the base?
Conversation
@smallyao please review |
1 similar comment
On removing the patch, able to successfully upgrade hbase version. Task :hbase-pkg |
hbase_3_3_0-2.5.5-6.el7.x86_64.rpm hbase_3_3_0-rest-2.5.5-6.el7.x86_64.rpm |
Hi @Akanksha-kedia |
Yes i have seen his msg.can you guide with the smoke test setup as hbase
seems to be dependent on zookeeper.
…On Fri, 13 Oct 2023 at 2:55 PM, yaolei ***@***.***> wrote:
Hi @Akanksha-kedia <https://github.com/Akanksha-kedia>
As mentioned by @iwasakims <https://github.com/iwasakims> in #1166
<#1166> , You must build both RPM
and DEB package and run smoke-tests of hbase at least
—
Reply to this email directly, view it on GitHub
<#1182 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVL2AZUS74J55HMYQ5PGGVLX7ECJVAVCNFSM6AAAAAA5GHSYJKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRRGIYDGMJQHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
You can see #1174 |
The current PR doesn't work, as follows:
If so, please include that deletion in your PR. |
please review |
Your second force-push rewrote HBase version to 2.5.5, so the latest PR doesn't work again.
I'd like you to test your PR locally before asking review, as @iwasakims and @smallyao already pointed out. |
In addition, I've just noticed that RANGER-4029 is included in the release notes of Ranger 2.4.0 but it's not merged into Ranger 2.4.0 actually. |
BIGTOP-3989
Upgrade hbase version to 2.5.3
https://apache.osuosl.org/phoenix/
https://archive.apache.org/dist/phoenix/
https://apache.osuosl.org/hbase/
https://archive.apache.org/dist/hbase/
'hbase' {
name = 'hbase'
rpm_pkg_suffix = "" + bigtop.base_version.replace(".", "")
relNotes = 'Apache HBase'
version { base = '2.4.13'; pkg = base; release = 2 }
tarball { destination = "${name}-${version.base}.tar.gz"
source = "${name}-${version.base}-src.tar.gz" }
url { download_path = "/$name/${version.base}/"
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}
Task :hbase-pkg
Caching disabled for task ':hbase-pkg' because:
Build cache is disabled
Task ':hbase-pkg' is not up-to-date because:
Task has not declared any outputs despite executing actions.
:hbase-pkg (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.002 secs.
BUILD SUCCESSFUL in 26m 23s
6 actionable tasks: 6 executed
CentOS Linux(x86_64)