HDFS-3248. bootstrapStandby repeated twice in hdfs namenode usage message. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1312028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3ffdb9152e
commit
7c2e10e0cd
|
@ -478,6 +478,9 @@ Release 2.0.0 - UNRELEASED
|
|||
HDFS-3236. NameNode does not initialize generic conf keys when started
|
||||
with -initializeSharedEditsDir (atm)
|
||||
|
||||
HDFS-3248. bootstrapStandby repeated twice in hdfs namenode usage message
|
||||
(Colin Patrick McCabe via todd)
|
||||
|
||||
BREAKDOWN OF HDFS-1623 SUBTASKS
|
||||
|
||||
HDFS-2179. Add fencing framework and mechanisms for NameNode HA. (todd)
|
||||
|
|
|
@ -836,7 +836,6 @@ public class NameNode {
|
|||
StartupOption.ROLLBACK.getName() + "] | [" +
|
||||
StartupOption.FINALIZE.getName() + "] | [" +
|
||||
StartupOption.IMPORT.getName() + "] | [" +
|
||||
StartupOption.BOOTSTRAPSTANDBY.getName() + "] | [" +
|
||||
StartupOption.INITIALIZESHAREDEDITS.getName() + "] | [" +
|
||||
StartupOption.BOOTSTRAPSTANDBY.getName() + "] | [" +
|
||||
StartupOption.RECOVER.getName() + " [ " +
|
||||
|
|
Loading…
Reference in New Issue