Is it safe to perform the delete and re-install on the same host? I know that Ambari has some issues deleting components and them sticking around in the backing database tables.
I just want to re-create the ambari-metrics-collector hbase cluster. Can I:
– stop the collector
– delete the collector from the host through the rest api
– add the collector to the same host through the rest api
Will all of the data stored by the collector be deleted when I hit the rest endpoint to delete the service?