Ver código fonte

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

Akira Ajisaka 6 anos atrás
pai
commit
c62b440421

+ 1 - 1
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                                             |
 |:--------------|:----------------------------------------------------|