I have a single server Hbase cluster that I am only using as the sink end of HBase replication. Therefore I don't want to replicate any blocks within this cluster (since the source has replicated blocks I don't feel I need it).
I would like to disable the "under replicated blocks" alert for this instance. I have tried two things:
- Setting the replication factor for this instance to 1
- Setting the thresholds to impossible amounts (i.e. 200% under replicated blocks). This does stop the alert, but replaces it with the invalid config alerts.
Anyone know how I can turn off this particular alert for a cluster?