HDFS-14881. Safemode 'forceExit' option, doesn’t shown in help message. Contributed by Renukaprasad C.
This commit is contained in:
parent
d59bcbfa0f
commit
a3fe404244
@ -434,7 +434,7 @@ static int run(DistributedFileSystem dfs, String[] argv, int idx) throws IOExcep
|
|||||||
private static final String commonUsageSummary =
|
private static final String commonUsageSummary =
|
||||||
"\t[-report [-live] [-dead] [-decommissioning] " +
|
"\t[-report [-live] [-dead] [-decommissioning] " +
|
||||||
"[-enteringmaintenance] [-inmaintenance]]\n" +
|
"[-enteringmaintenance] [-inmaintenance]]\n" +
|
||||||
"\t[-safemode <enter | leave | get | wait>]\n" +
|
"\t[-safemode <enter | leave | get | wait | forceExit>]\n" +
|
||||||
"\t[-saveNamespace [-beforeShutdown]]\n" +
|
"\t[-saveNamespace [-beforeShutdown]]\n" +
|
||||||
"\t[-rollEdits]\n" +
|
"\t[-rollEdits]\n" +
|
||||||
"\t[-restoreFailedStorage true|false|check]\n" +
|
"\t[-restoreFailedStorage true|false|check]\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user