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

jialiang 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 3e2a22535d AMBARI-26248: Timeline Service Reader failed to start if 
hbase is not installed #3904
3e2a22535d is described below

commit 3e2a22535df0e9d88f9eeeccf53a0fc16fd24463
Author: Peng Lu <[email protected]>
AuthorDate: Tue Dec 10 08:59:39 2024 +0800

    AMBARI-26248: Timeline Service Reader failed to start if hbase is not 
installed #3904
---
 .../resources/stacks/BIGTOP/3.2.0/services/YARN/metainfo.xml   | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/YARN/metainfo.xml
 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/YARN/metainfo.xml
index 7c31421e04..1e169adbc5 100644
--- 
a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/YARN/metainfo.xml
+++ 
b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/YARN/metainfo.xml
@@ -52,6 +52,13 @@
                 <enabled>true</enabled>
               </auto-deploy>
             </dependency>
+            <dependency>
+              <name>HBASE/HBASE_CLIENT</name>
+              <scope>host</scope>
+              <auto-deploy>
+                <enabled>true</enabled>
+              </auto-deploy>
+            </dependency>
           </dependencies>
         </component>
 
@@ -240,6 +247,9 @@
             <package>
               <name>ranger_${stack_version}-yarn-plugin</name>
             </package>
+            <package>
+              <name>hbase_${stack_version}</name>
+            </package>
           </packages>
         </osSpecific>
       </osSpecifics>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to