HDFS-7176. The namenode usage message doesn't include "-rollingupgrade started" (cmccabe)
(cherry picked from commit dd1b8f2ed8a86871517c730a9f370aca4b763514) (cherry picked from commit 1725d56132c54d9ccab9e25b1ea5ad5c04c43795)
This commit is contained in:
parent
94277a7d21
commit
cf025cc39b
@ -536,6 +536,9 @@ Release 2.6.0 - UNRELEASED
|
|||||||
HDFS-7162. Wrong path when deleting through fuse-dfs a file which already
|
HDFS-7162. Wrong path when deleting through fuse-dfs a file which already
|
||||||
exists in trash (Chenging Liu via cmccabe)
|
exists in trash (Chenging Liu via cmccabe)
|
||||||
|
|
||||||
|
HDFS-7176. The namenode usage message doesn't include "-rollingupgrade
|
||||||
|
started" (cmccabe)
|
||||||
|
|
||||||
BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS
|
BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS
|
||||||
|
|
||||||
HDFS-6387. HDFS CLI admin tool for creating & deleting an
|
HDFS-6387. HDFS CLI admin tool for creating & deleting an
|
||||||
|
@ -217,7 +217,8 @@ public static enum OperationCategory {
|
|||||||
+ StartupOption.ROLLBACK.getName() + "] | \n\t["
|
+ StartupOption.ROLLBACK.getName() + "] | \n\t["
|
||||||
+ StartupOption.ROLLINGUPGRADE.getName() + " <"
|
+ StartupOption.ROLLINGUPGRADE.getName() + " <"
|
||||||
+ RollingUpgradeStartupOption.DOWNGRADE.name().toLowerCase() + "|"
|
+ 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.FINALIZE.getName() + "] | \n\t["
|
||||||
+ StartupOption.IMPORT.getName() + "] | \n\t["
|
+ StartupOption.IMPORT.getName() + "] | \n\t["
|
||||||
+ StartupOption.INITIALIZESHAREDEDITS.getName() + "] | \n\t["
|
+ StartupOption.INITIALIZESHAREDEDITS.getName() + "] | \n\t["
|
||||||
|
Loading…
x
Reference in New Issue
Block a user