Created on 02-14-2017 04:50 PM - edited 08-19-2019 05:02 AM
To test Name Node High Availability alerting I shutdown Active Name node in my dev cluster and saw alerts on it - as expected.
However a less than a minute later there was an alert on Hive Metastore Process. I checked my Hive server and the process was running. What could cause this alert to trigger.
FYI... my Standby Name Node became active as expected. Also NN and Hive are running on two different systems.
Created 02-14-2017 05:42 PM
Perhaps Hive is pointing to the specific NameNode instance and not by the name service ID.
You can use "hive metatool" to check (and update the pointer). Please see: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_hadoop-ha/content/ha-update-the-hive-met...
Created 02-14-2017 06:58 PM
Just checked Hive is pointing to nameservice id and not a particular NameNode instance.
Created 05-15-2017 09:25 AM
hi @Saurabh B did you manage to fix this issue?