@Sindhu
We are already using HDP 2.6.3 (upgraded from 2.6.2 several weeks ago) but anyway facing this issue. Could that also be related to something else?
In the YARN config in Ambari, I still see that config params related to non-HA are still set, like
yarn.resourcemanager.hostname=host2
HA-related configs are also present like
yarn.resourcemanager.hostname.rm1=host1
yarn.resourcemanager.hostname.rm2=host2
But Amabri does not allow me to remove the old settings related to non-HA. It says that this field is required. Is that normal behavior? The YARN documentation for HA says that the old settings must be replaced with the ones related to HA.