HDFS-6409. Merging change r1596739 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1596740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e4f164245a
commit
c362382259
|
@ -257,6 +257,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
|
||||||
|
|
|
@ -227,7 +227,7 @@ public class FSImage implements Closeable {
|
||||||
+ 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.");
|
||||||
|
|
Loading…
Reference in New Issue