Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.1.0-beta
-
None
-
None
Description
There are certain commands in dfsadmin return the status of the first namenode specified in the configs rather than interacting with the active namenode
For example. Issue
hdfs dfsadmin -safemode get
and it will return the status of the first namenode in the configs rather than the active namenode.
I think all dfsadmin commands should determine which is the active namenode do the operation on it.