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

This commit is contained in:
Akira Ajisaka 2018-09-26 10:30:43 +09:00
parent 44edcdfd6a
commit c62b440421
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

View File

@ -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 |
|:--------------|:----------------------------------------------------|