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