Support Questions

Find answers, ask questions, and share your expertise

HA Ambari Metrics Collector Data Location

I have install two ambari-metrics-collector in Ambari cluster using distributed mode.

I have set below properties in blueprint

"ams-site" : {
"properties_attributes" : { },
"properties" : {
"timeline.metrics.service.operation.mode" : "distributed"
}}},
{
"ams-hbase-site" : {
"properties_attributes" : { },
"properties" : {
"hbase.rootdir" : "hdfs://<<NameserviceId>>/var/lib/ambari-metrics-collector/hbase",
"hbase.cluster.distributed" : "true",
"dfs.client.read.shortcircuit" : "false"
}}}

I want to know steps . How to check data of ambari-metrics-collector in hdfs.

Appreciate any help!!

1 REPLY 1

I posted the question very early.

Steps to be followed

sudo su hdfs

hdfs dfs -ls /var/lib/ambari-metrics-collector/hbase/data/default

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.