Member since
08-21-2019
4
Posts
0
Kudos Received
0
Solutions
05-17-2021
11:15 PM
you found the solution for this?
... View more
04-07-2021
11:43 PM
@mike_bronson7 Use the following API to find out the node & state of the active/standby # curl -u <User name>:<Password> -H 'X-Requested-By: ambari' -X GET 'http://test1:8080/api/v1/clusters/c186/host_components?HostRoles/componentname=NAMENODE&metrics/dfs/FSNamesystem/HAState=active'
# curl -u <User name>:<Password> -H 'X-Requested-By: ambari' -X GET 'http://test1:8080/api/v1/clusters/c186/host_components?HostRoles/componentname=NAMENODE&metrics/dfs/FSNamesystem/HAState=standby”
... View more
02-27-2020
06:31 AM
same issue. Got any Updates?
... View more