You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by iw...@apache.org on 2022/04/11 03:04:00 UTC

[bigtop] branch master updated: BIGTOP-3662. Bump HBase to 2.4.11. (#882)

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 7da3b5a8 BIGTOP-3662. Bump HBase to 2.4.11. (#882)
7da3b5a8 is described below

commit 7da3b5a8395182f678b699bbc7eedc830e43460f
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Mon Apr 11 12:03:55 2022 +0900

    BIGTOP-3662. Bump HBase to 2.4.11. (#882)
---
 bigtop-packages/src/common/hbase/do-component-build | 1 -
 bigtop-packages/src/rpm/hbase/SPECS/hbase.spec      | 3 +++
 bigtop.bom                                          | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/bigtop-packages/src/common/hbase/do-component-build b/bigtop-packages/src/common/hbase/do-component-build
index 9de0ca44..89c56e8b 100644
--- a/bigtop-packages/src/common/hbase/do-component-build
+++ b/bigtop-packages/src/common/hbase/do-component-build
@@ -48,7 +48,6 @@ fi
 MVN_ARGS="-Phadoop-3.0 "
 MVN_ARGS+="-Dhadoop-three.version=${HADOOP_VERSION} "
 MVN_ARGS+="-Dhadoop.guava.version=27.0-jre "
-MVN_ARGS+="-Dslf4j.version=1.7.25 "
 MVN_ARGS+="-Djetty.version=9.3.29.v20201019 "
 MVN_ARGS+="-Dzookeeper.version=${ZOOKEEPER_VERSION} "
 MVN_ARGS+="-DskipTests "
diff --git a/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec b/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec
index 3e642fbd..b7ba4829 100644
--- a/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec
+++ b/bigtop-packages/src/rpm/hbase/SPECS/hbase.spec
@@ -103,6 +103,9 @@ Requires: bsh-utils
 Requires: coreutils
 %endif
 
+%if %{?el7}0
+AutoReq: no
+%endif
 
 %description 
 HBase is an open-source, distributed, column-oriented store modeled after Google' Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Hadoop. HBase includes:
diff --git a/bigtop.bom b/bigtop.bom
index 271f9ef4..4cffbf85 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -155,7 +155,7 @@ bigtop {
     'hbase' {
       name    = 'hbase'
       relNotes = 'Apache HBase'
-      version { base = '2.4.8'; pkg = base; release = 1 }
+      version { base = '2.4.11'; pkg = base; release = 1 }
       tarball { destination = "${name}-${version.base}.tar.gz"
                 source      = "${name}-${version.base}-src.tar.gz" }
       url     { download_path = "/$name/${version.base}/"