[jira] [Updated] (AMBARI-25668) Integrate the Apache released HBase as back store of Ambari Metrics

2022-11-17 Thread Zhiguo Wu (Jira)


 [ 
https://issues.apache.org/jira/browse/AMBARI-25668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhiguo Wu updated AMBARI-25668:
---
Fix Version/s: 2.8.0

> Integrate the Apache released HBase as back store of Ambari Metrics
> ---
>
> Key: AMBARI-25668
> URL: https://issues.apache.org/jira/browse/AMBARI-25668
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-metrics
>Affects Versions: 2.7.5
>Reporter: Tamas Payer
>Assignee: Tamas Payer
>Priority: Major
>  Labels: apache, hbase, metrics, pull-request-available
> Fix For: 2.8.0, 2.7.6
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Since the non managed HDP tarballs are not accessible anymore publicly 
> AMBARI-25599 is an attempt to replace those dependencies of Ambari Metrics 
> with the open source versions.
> However, the Apache version of HBase (  
> [https://archive.apache.org/dist/hbase/2.0.2/hbase-2.0.2-bin.tar.gz]  ) does 
> not starting up and failing with:
> {code:java}
> [root@c7401 ambari-metrics-collector]# less 
> hbase-ams-master-c7401.ambari.apache.org.log{code}
> {code:java}
> 2021-02-10 08:19:01,953 ERROR [main] master.HMasterCommandLine: Master exiting
>  java.lang.NoClassDefFoundError: 
> org/apache/commons/configuration/Configuration
>  at 
> org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.(DefaultMetricsSystem.java:38)
>  at 
> org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.(DefaultMetricsSystem.java:36)
>  at 
> org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:159)
>  at 
> org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:140)
>  at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>  at 
> org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:149)
>  at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:2964)
>  Caused by: java.lang.ClassNotFoundException: 
> org.apache.commons.configuration.Configuration{code}
> The missing class '_org.apache.commons.configuration.Configuration_' is 
> located in _'commons-configuration2'_ but strangely that is not present in 
> '_/usr/lib/ams-hbase/lib/'_ if the Apache version of HBase is used for the 
> build. 
>  * *Investigate why HBase fails to start up ?*
>  * *Why is commons-configuration2 lib missing ?*
>  * *Integrate the Apache released HBase as back store of Ambari Metrics*



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Updated] (AMBARI-25668) Integrate the Apache released HBase as back store of Ambari Metrics

2022-11-15 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/AMBARI-25668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated AMBARI-25668:

Labels: apache hbase metrics pull-request-available  (was: apache hbase 
metrics)

> Integrate the Apache released HBase as back store of Ambari Metrics
> ---
>
> Key: AMBARI-25668
> URL: https://issues.apache.org/jira/browse/AMBARI-25668
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-metrics
>Affects Versions: 2.7.5
>Reporter: Tamas Payer
>Assignee: Tamas Payer
>Priority: Major
>  Labels: apache, hbase, metrics, pull-request-available
> Fix For: 2.7.6
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Since the non managed HDP tarballs are not accessible anymore publicly 
> AMBARI-25599 is an attempt to replace those dependencies of Ambari Metrics 
> with the open source versions.
> However, the Apache version of HBase (  
> [https://archive.apache.org/dist/hbase/2.0.2/hbase-2.0.2-bin.tar.gz]  ) does 
> not starting up and failing with:
> {code:java}
> [root@c7401 ambari-metrics-collector]# less 
> hbase-ams-master-c7401.ambari.apache.org.log{code}
> {code:java}
> 2021-02-10 08:19:01,953 ERROR [main] master.HMasterCommandLine: Master exiting
>  java.lang.NoClassDefFoundError: 
> org/apache/commons/configuration/Configuration
>  at 
> org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.(DefaultMetricsSystem.java:38)
>  at 
> org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.(DefaultMetricsSystem.java:36)
>  at 
> org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:159)
>  at 
> org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:140)
>  at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>  at 
> org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:149)
>  at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:2964)
>  Caused by: java.lang.ClassNotFoundException: 
> org.apache.commons.configuration.Configuration{code}
> The missing class '_org.apache.commons.configuration.Configuration_' is 
> located in _'commons-configuration2'_ but strangely that is not present in 
> '_/usr/lib/ams-hbase/lib/'_ if the Apache version of HBase is used for the 
> build. 
>  * *Investigate why HBase fails to start up ?*
>  * *Why is commons-configuration2 lib missing ?*
>  * *Integrate the Apache released HBase as back store of Ambari Metrics*



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Updated] (AMBARI-25668) Integrate the Apache released HBase as back store of Ambari Metrics

2021-04-28 Thread Tamas Payer (Jira)


 [ 
https://issues.apache.org/jira/browse/AMBARI-25668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Payer updated AMBARI-25668:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Integrate the Apache released HBase as back store of Ambari Metrics
> ---
>
> Key: AMBARI-25668
> URL: https://issues.apache.org/jira/browse/AMBARI-25668
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-metrics
>Affects Versions: 2.7.5
>Reporter: Tamas Payer
>Assignee: Tamas Payer
>Priority: Major
>  Labels: apache, hbase, metrics
> Fix For: 2.7.6
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Since the non managed HDP tarballs are not accessible anymore publicly 
> AMBARI-25599 is an attempt to replace those dependencies of Ambari Metrics 
> with the open source versions.
> However, the Apache version of HBase (  
> [https://archive.apache.org/dist/hbase/2.0.2/hbase-2.0.2-bin.tar.gz]  ) does 
> not starting up and failing with:
> {code:java}
> [root@c7401 ambari-metrics-collector]# less 
> hbase-ams-master-c7401.ambari.apache.org.log{code}
> {code:java}
> 2021-02-10 08:19:01,953 ERROR [main] master.HMasterCommandLine: Master exiting
>  java.lang.NoClassDefFoundError: 
> org/apache/commons/configuration/Configuration
>  at 
> org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.(DefaultMetricsSystem.java:38)
>  at 
> org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.(DefaultMetricsSystem.java:36)
>  at 
> org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:159)
>  at 
> org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:140)
>  at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>  at 
> org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:149)
>  at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:2964)
>  Caused by: java.lang.ClassNotFoundException: 
> org.apache.commons.configuration.Configuration{code}
> The missing class '_org.apache.commons.configuration.Configuration_' is 
> located in _'commons-configuration2'_ but strangely that is not present in 
> '_/usr/lib/ams-hbase/lib/'_ if the Apache version of HBase is used for the 
> build. 
>  * *Investigate why HBase fails to start up ?*
>  * *Why is commons-configuration2 lib missing ?*
>  * *Integrate the Apache released HBase as back store of Ambari Metrics*



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (AMBARI-25668) Integrate the Apache released HBase as back store of Ambari Metrics

2021-04-22 Thread Tamas Payer (Jira)


 [ 
https://issues.apache.org/jira/browse/AMBARI-25668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Payer updated AMBARI-25668:
-
Status: Patch Available  (was: In Progress)

> Integrate the Apache released HBase as back store of Ambari Metrics
> ---
>
> Key: AMBARI-25668
> URL: https://issues.apache.org/jira/browse/AMBARI-25668
> Project: Ambari
>  Issue Type: Task
>  Components: ambari-metrics
>Affects Versions: 2.7.5
>Reporter: Tamas Payer
>Assignee: Tamas Payer
>Priority: Major
>  Labels: apache, hbase, metrics
> Fix For: 2.7.6
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Since the non managed HDP tarballs are not accessible anymore publicly 
> AMBARI-25599 is an attempt to replace those dependencies of Ambari Metrics 
> with the open source versions.
> However, the Apache version of HBase (  
> [https://archive.apache.org/dist/hbase/2.0.2/hbase-2.0.2-bin.tar.gz]  ) does 
> not starting up and failing with:
> {code:java}
> [root@c7401 ambari-metrics-collector]# less 
> hbase-ams-master-c7401.ambari.apache.org.log{code}
> {code:java}
> 2021-02-10 08:19:01,953 ERROR [main] master.HMasterCommandLine: Master exiting
>  java.lang.NoClassDefFoundError: 
> org/apache/commons/configuration/Configuration
>  at 
> org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.(DefaultMetricsSystem.java:38)
>  at 
> org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.(DefaultMetricsSystem.java:36)
>  at 
> org.apache.hadoop.hbase.master.HMasterCommandLine.startMaster(HMasterCommandLine.java:159)
>  at 
> org.apache.hadoop.hbase.master.HMasterCommandLine.run(HMasterCommandLine.java:140)
>  at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>  at 
> org.apache.hadoop.hbase.util.ServerCommandLine.doMain(ServerCommandLine.java:149)
>  at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:2964)
>  Caused by: java.lang.ClassNotFoundException: 
> org.apache.commons.configuration.Configuration{code}
> The missing class '_org.apache.commons.configuration.Configuration_' is 
> located in _'commons-configuration2'_ but strangely that is not present in 
> '_/usr/lib/ams-hbase/lib/'_ if the Apache version of HBase is used for the 
> build. 
>  * *Investigate why HBase fails to start up ?*
>  * *Why is commons-configuration2 lib missing ?*
>  * *Integrate the Apache released HBase as back store of Ambari Metrics*



--
This message was sent by Atlassian Jira
(v8.3.4#803005)