HDFS-7804. correct the haadmin command usage in #HDFSHighAvailabilityWithQJM.html (Brahma Reddy Battula via umamahesh)
This commit is contained in:
parent
3f56a4cb0c
commit
2ecea5ab74
|
@ -650,6 +650,9 @@ Release 2.7.0 - UNRELEASED
|
|||
HDFS-7780. Update use of Iterator to Iterable in DataXceiverServer and
|
||||
SnapshotDiffInfo. (Ray Chiang via aajisaka)
|
||||
|
||||
HDFS-7804. correct the haadmin command usage in #HDFSHighAvailabilityWithQJM.html
|
||||
(Brahma Reddy Battula via umamahesh)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HDFS-7454. Reduce memory footprint for AclEntries in NameNode.
|
||||
|
|
|
@ -382,7 +382,7 @@ You can visit each of the NameNodes' web pages separately by browsing to their c
|
|||
|
||||
Now that your HA NameNodes are configured and started, you will have access to some additional commands to administer your HA HDFS cluster. Specifically, you should familiarize yourself with all of the subcommands of the "*hdfs haadmin*" command. Running this command without any additional arguments will display the following usage information:
|
||||
|
||||
Usage: DFSHAAdmin [-ns <nameserviceId>]
|
||||
Usage: haadmin
|
||||
[-transitionToActive <serviceId>]
|
||||
[-transitionToStandby <serviceId>]
|
||||
[-failover [--forcefence] [--forceactive] <serviceId> <serviceId>]
|
||||
|
|
Loading…
Reference in New Issue