Akanksha-kedia opened a new pull request, #1166: URL: https://github.com/apache/bigtop/pull/1166
[BIGTOP-3989](https://issues.apache.org/jira/browse/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/ This is how bigtop downloads that component related code using the link, if we check these links only hbase 2.5.5 is there after 2.4.17, that's why upgrade to 2.5.5 instead of 2.5.3 '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}" } } -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
