From 93220f90eac61844cb0c19ee766e4766d498a7c9 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 (cherry picked from commit 6e27b20b4d695ed94bd44c60f191cfbb5cdb32e2) (cherry picked from commit ab482ebe73fbe24bf5242e705793e224f0f73500) --- .../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 1073e381664..dc2d48f437d 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md @@ -575,7 +575,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.