You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2018/09/26 01:31:46 UTC

hadoop git commit: HADOOP-15693. Typo in Secure Mode documentation. Contributed by Thomas Levine.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 44edcdfd6 -> c62b44042


HADOOP-15693. Typo in Secure Mode documentation. Contributed by Thomas Levine.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c62b4404
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c62b4404
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c62b4404

Branch: refs/heads/trunk
Commit: c62b4404219df8fb0edbaf71e80862c0dcce2b40
Parents: 44edcdf
Author: Akira Ajisaka <aa...@apache.org>
Authored: Wed Sep 26 10:30:43 2018 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Wed Sep 26 10:30:43 2018 +0900

----------------------------------------------------------------------
 .../hadoop-common/src/site/markdown/SecureMode.md                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/c62b4404/hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md
----------------------------------------------------------------------
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 3dd4af6..ecf94eb 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                                             |
 |:--------------|:----------------------------------------------------|


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org