From 6e27b20b4d695ed94bd44c60f191cfbb5cdb32e2 Mon Sep 17 00:00:00 2001 From: Masahiro Tanaka Date: Mon, 22 Jan 2018 17:12:36 +0900 Subject: [PATCH] HADOOP-15181. Typo in SecureMode.md Signed-off-by: Akira Ajisaka --- .../hadoop-common/src/site/markdown/SecureMode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md b/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md index 5a62c4fc9d..2b25e6de79 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md @@ -572,7 +572,7 @@ or implicitly set to "simple": Needless to say, an application so configured cannot talk to a secure Hadoop cluster. -#### `--verifyshortname <principal>`: validate the short name of a principal +#### `--verifyshortname `: validate the short name of a principal This verifies that the short name of a principal contains neither the `"@"` nor `"/"` characters.