bigtop icon indicating copy to clipboard operation
bigtop copied to clipboard

BIGTOP-3989: Bump HBase to 2.5.3

Open Akanksha-kedia opened this issue 1 year ago • 12 comments

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)

Akanksha-kedia avatar Sep 25 '23 15:09 Akanksha-kedia