From c62b4404219df8fb0edbaf71e80862c0dcce2b40 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Wed, 26 Sep 2018 10:30:43 +0900 Subject: [PATCH] HADOOP-15693. Typo in Secure Mode documentation. Contributed by Thomas Levine. --- .../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 3dd4af6fd2..ecf94ebf2a 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md @@ -37,7 +37,7 @@ When service level authentication is turned on, end users must authenticate them Ensure that HDFS and YARN daemons run as different Unix users, e.g. `hdfs` and `yarn`. Also, ensure that the MapReduce JobHistory server runs as different user such as `mapred`. -It's recommended to have them share a Unix group, for e.g. `hadoop`. See also "[Mapping from user to group](#Mapping_from_user_to_group)" for group management. +It's recommended to have them share a Unix group, e.g. `hadoop`. See also "[Mapping from user to group](#Mapping_from_user_to_group)" for group management. | User:Group | Daemons | |:--------------|:----------------------------------------------------|