HDFS-7176. The namenode usage message doesn't include "-rollingupgrade started" (cmccabe)
This commit is contained in:
parent
875aa797ca
commit
dd1b8f2ed8
@ -891,6 +891,9 @@ Release 2.6.0 - UNRELEASED
|
||||
HDFS-7172. Test data files may be checked out of git with incorrect line
|
||||
endings, causing test failures in TestHDFSCLI. (Chris Nauroth via wheat9)
|
||||
|
||||
HDFS-7176. The namenode usage message doesn't include "-rollingupgrade
|
||||
started" (cmccabe)
|
||||
|
||||
BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS
|
||||
|
||||
HDFS-6387. HDFS CLI admin tool for creating & deleting an
|
||||
|
@ -218,7 +218,8 @@ public static enum OperationCategory {
|
||||
+ StartupOption.ROLLBACK.getName() + "] | \n\t["
|
||||
+ StartupOption.ROLLINGUPGRADE.getName() + " <"
|
||||
+ RollingUpgradeStartupOption.DOWNGRADE.name().toLowerCase() + "|"
|
||||
+ RollingUpgradeStartupOption.ROLLBACK.name().toLowerCase() + "> ] | \n\t["
|
||||
+ RollingUpgradeStartupOption.ROLLBACK.name().toLowerCase() + "|"
|
||||
+ RollingUpgradeStartupOption.STARTED.name().toLowerCase() + "> ] | \n\t["
|
||||
+ StartupOption.FINALIZE.getName() + "] | \n\t["
|
||||
+ StartupOption.IMPORT.getName() + "] | \n\t["
|
||||
+ StartupOption.INITIALIZESHAREDEDITS.getName() + "] | \n\t["
|
||||
|
Loading…
Reference in New Issue
Block a user