HDFS-6832. Fix the usage of 'hdfs namenode' command. Contributed by Manjunath Ballur.
(cherry picked from commit e78d8e66f7
)
This commit is contained in:
parent
212c519ad3
commit
c183f235f1
|
@ -1861,6 +1861,9 @@ Release 2.8.0 - UNRELEASED
|
|||
|
||||
HDFS-9799. Reimplement getCurrentTrashDir to remove incompatibility. (zhz)
|
||||
|
||||
HDFS-6832. Fix the usage of 'hdfs namenode' command.
|
||||
(Manjunath Ballur via aajisaka)
|
||||
|
||||
Release 2.7.3 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -282,8 +282,7 @@ public class NameNode implements NameNodeStatusMXBean {
|
|||
+ StartupOption.BOOTSTRAPSTANDBY.getName() + "] | \n\t["
|
||||
+ StartupOption.RECOVER.getName() + " [ "
|
||||
+ StartupOption.FORCE.getName() + "] ] | \n\t["
|
||||
+ StartupOption.METADATAVERSION.getName() + " ] "
|
||||
+ " ]";
|
||||
+ StartupOption.METADATAVERSION.getName() + " ]";
|
||||
|
||||
|
||||
public long getProtocolVersion(String protocol,
|
||||
|
|
Loading…
Reference in New Issue