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

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 432767772a AMBARI-25773: Upgrade HBase for BIGTOP to be compatible 
with bigtop-select (#3456)
432767772a is described below

commit 432767772a1dbeb9c1419ee72b1749c1c24ad633
Author: Yu Hou <524860...@qq.com>
AuthorDate: Sat Nov 5 02:35:34 2022 +0800

    AMBARI-25773: Upgrade HBase for BIGTOP to be compatible with bigtop-select 
(#3456)
---
 .../resources/stacks/BIGTOP/3.2.0/properties/stack_packages.json    | 6 ++++--
 .../BIGTOP/3.2.0/services/HBASE/package/scripts/status_params.py    | 2 --
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/properties/stack_packages.json
 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/properties/stack_packages.json
index 08742e8c17..73137b7c75 100644
--- 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/properties/stack_packages.json
+++ 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/properties/stack_packages.json
@@ -19,7 +19,8 @@
         "HBASE_MASTER": {
           "STACK-SELECT-PACKAGE": "hbase-master",
           "INSTALL": [
-            "hbase-master"
+            "hbase-master",
+            "hbase-client"
           ],
           "PATCH": [
             "hbase-master"
@@ -31,7 +32,8 @@
         "HBASE_REGIONSERVER": {
           "STACK-SELECT-PACKAGE": "hbase-regionserver",
           "INSTALL": [
-            "hbase-regionserver"
+            "hbase-regionserver",
+            "hbase-client"
           ],
           "PATCH": [
             "hbase-regionserver"
diff --git 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/package/scripts/status_params.py
 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/package/scripts/status_params.py
index 44ecb82747..1e17f0101a 100755
--- 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/package/scripts/status_params.py
+++ 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HBASE/package/scripts/status_params.py
@@ -61,7 +61,5 @@ else:
 
   hbase_conf_dir = "/etc/hbase/conf"
   limits_conf_dir = "/etc/security/limits.d"
-  if stack_version_formatted and 
check_stack_feature(StackFeature.ROLLING_UPGRADE, stack_version_formatted):
-    hbase_conf_dir = format("{stack_root}/current/{component_directory}/conf")
     
 stack_name = default("/clusterLevelParams/stack_name", None)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to