Created 07-29-2016 04:19 PM
Where can I find information on Ambari Metrics Collector DB Metadata? I understand the metrics are stored on hbase using phoenix. I would like to know more about the tables, metadata, and connection info. Where can I find this information?
Created 07-29-2016 05:14 PM
Hi @Sunile Manjee, all the configurations of AMS hbase are in /etc/ams-hbase/conf/ on ambari metrics collector node. You can also view and change that in Ambari Metrics -> Configs -> 'Advanced ams-hbase-env' / 'Advanced ams-hbase-site'.
The best way to check AMS metadata info is to execute the following line on ambari metrics collector node:
# hbase --config /etc/ams-hbase/conf/ shell
Then use 'list', 'desc' or other useful commands to view the metadata you need.
Created 07-29-2016 05:14 PM
Hi @Sunile Manjee, all the configurations of AMS hbase are in /etc/ams-hbase/conf/ on ambari metrics collector node. You can also view and change that in Ambari Metrics -> Configs -> 'Advanced ams-hbase-env' / 'Advanced ams-hbase-site'.
The best way to check AMS metadata info is to execute the following line on ambari metrics collector node:
# hbase --config /etc/ams-hbase/conf/ shell
Then use 'list', 'desc' or other useful commands to view the metadata you need.
Created 07-29-2016 06:22 PM
If you have a live cluster, you can take a look at the catalog from Phoenix. You can either query the SYSTEM.CATALOG table, or use !tables, etc kind of commands to check the catalog.
Created 07-29-2016 09:49 PM
We have basic stuff documented on the wiki: