HDFS-6409. Fix typo in log message about NameNode layout version upgrade. Contributed by Chen He.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1596739 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris Nauroth 2014-05-22 04:38:20 +00:00
parent 28058894dd
commit b2f4e53e2b
2 changed files with 4 additions and 1 deletions

View File

@ -572,6 +572,9 @@ Release 2.5.0 - UNRELEASED
HDFS-6419. TestBookKeeperHACheckpoints#TestSBNCheckpoints fails on trunk. HDFS-6419. TestBookKeeperHACheckpoints#TestSBNCheckpoints fails on trunk.
(Akira AJISAKA via kihwal) (Akira AJISAKA via kihwal)
HDFS-6409. Fix typo in log message about NameNode layout version upgrade.
(Chen He via cnauroth)
Release 2.4.1 - UNRELEASED Release 2.4.1 - UNRELEASED
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -227,7 +227,7 @@ boolean recoverTransitionRead(StartupOption startOpt, FSNamesystem target,
+ HdfsConstants.NAMENODE_LAYOUT_VERSION + " is required.\n" + HdfsConstants.NAMENODE_LAYOUT_VERSION + " is required.\n"
+ "Please restart NameNode with the \"" + "Please restart NameNode with the \""
+ RollingUpgradeStartupOption.STARTED.getOptionString() + RollingUpgradeStartupOption.STARTED.getOptionString()
+ "\" option if a rolling upgraded is already started;" + "\" option if a rolling upgrade is already started;"
+ " or restart NameNode with the \"" + " or restart NameNode with the \""
+ StartupOption.UPGRADE.getName() + "\" option to start" + StartupOption.UPGRADE.getName() + "\" option to start"
+ " a new upgrade."); + " a new upgrade.");