HDFS-8552. Fix hdfs CLI usage message for namenode and zkfc. Contributed by Brahma Reddy Battula

This commit is contained in:
Xiaoyu Yao 2015-06-08 21:57:26 -07:00
parent fc2ed4a1f9
commit 927577c87c
3 changed files with 5 additions and 2 deletions

View File

@ -84,7 +84,7 @@ public abstract class ZKFailoverController {
};
protected static final String USAGE =
"Usage: java zkfc [ -formatZK [-force] [-nonInteractive] ]";
"Usage: hdfs zkfc [ -formatZK [-force] [-nonInteractive] ]";
/** Unable to format the parent znode in ZK */
static final int ERR_CODE_FORMAT_DENIED = 2;

View File

@ -612,6 +612,9 @@ Release 2.8.0 - UNRELEASED
HDFS-8553. Document hdfs class path options.
(Brahma Reddy Battula via cnauroth)
HDFS-8552. Fix hdfs CLI usage message for namenode and zkfc.
(Brahma Reddy Battula via xyao)
OPTIMIZATIONS
HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than

View File

@ -246,7 +246,7 @@ public static enum OperationCategory {
DFS_HA_AUTO_FAILOVER_ENABLED_KEY
};
private static final String USAGE = "Usage: java NameNode ["
private static final String USAGE = "Usage: hdfs namenode ["
+ StartupOption.BACKUP.getName() + "] | \n\t["
+ StartupOption.CHECKPOINT.getName() + "] | \n\t["
+ StartupOption.FORMAT.getName() + " ["