since metrics take space on the local disk ,
we want to move to distributed mode , so metrics data will be on HDFS and not on local disk
we start to work according to the link - https://cwiki.apache.org/confluence/display/AMBARI/AMS+-+distributed+mode
we are using ambari cluster 2.6.4 with active/stand by name node

so we start the configuration
first we set in ambari the following
ams-site, Set timeline.metrics.service.operation.mode = distributed
now we need to Edit ams-hbase-site,
hdfs://<nameservice-id>/user/ams/hbase
the question is - how to find the nameservice-id ?
since we have active/stand by name node
then how to know the - nameservice-id value?
Michael-Bronson