HDFS-6215. Wrong error message for upgrade. (Kihwal Lee via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1586011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6cc92bf8fc
commit
58d49cecd5
@ -332,6 +332,8 @@ Release 2.4.1 - UNRELEASED
|
||||
|
||||
IMPROVEMENTS
|
||||
|
||||
HDFS-6215. Wrong error message for upgrade. (Kihwal Lee via jeagles)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
@ -229,7 +229,8 @@ boolean recoverTransitionRead(StartupOption startOpt, FSNamesystem target,
|
||||
+ RollingUpgradeStartupOption.STARTED.getOptionString()
|
||||
+ "\" option if a rolling upgraded is already started;"
|
||||
+ " or restart NameNode with the \""
|
||||
+ StartupOption.UPGRADE + "\" to start a new upgrade.");
|
||||
+ StartupOption.UPGRADE.getName() + "\" option to start"
|
||||
+ " a new upgrade.");
|
||||
}
|
||||
|
||||
storage.processStartupOptionsForUpgrade(startOpt, layoutVersion);
|
||||
|
Loading…
Reference in New Issue
Block a user