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!!