You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/12/06 09:10:13 UTC

[jira] [Commented] (HADOOP-12616) When rmadmin/dfsadmin -refreshUserToGroupsMappings, it does not reload hadoop.user.group.static.mapping.overrides config.

    [ https://issues.apache.org/jira/browse/HADOOP-12616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15043755#comment-15043755 ] 

Hadoop QA commented on HADOOP-12616:
------------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 5s {color} | {color:red} HADOOP-12616 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12775974/HADOOP-12616.001.patch |
| JIRA Issue | HADOOP-12616 |
| Powered by | Apache Yetus 0.1.0-SNAPSHOT   http://yetus.apache.org |
| Console output | https://builds.apache.org/job/PreCommit-HADOOP-Build/8186/console |


This message was automatically generated.



> When rmadmin/dfsadmin -refreshUserToGroupsMappings, it does not reload hadoop.user.group.static.mapping.overrides config.
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-12616
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12616
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.7.1
>            Reporter: KWON BYUNGCHANG
>            Priority: Minor
>         Attachments: HADOOP-12616.001.patch
>
>
> My environment does not allow add user/group.  I can't rely os user/group mechanism.
> and I don’t want to show below log.
> {code}
> 2015-11-26 13:21:48,486 WARN  security.UserGroupInformation (UserGroupInformation.java:getGroupNames(1521)) - No groups available for user hello
> {code}
> I append {{org.apache.hadoop.security.SimpleUserGroupsMapping}}.
> It is very simple.  group of some user is user.  user and group are same.
> if some users should be another group that is different with user name, use {{hadoop.user.group.static.mapping.overrides=user1=group;user2=group}}
> problem is when {{hdfs dfsadmin -refreshUserToGroupsMappings}} ,  {{yarn rmadmin -refreshUserToGroupsMappings}}, it does not reload that config.
> Thank you.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)