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

Philip Zeyliger commented on HADOOP-6457:
-----------------------------------------

Do note that users can be in more than one group, so hadoop.group.name should 
probably be hadoop.group.names, and be comma-delimited.

> Set Hadoop User/Group by System properties or environment variables
> -------------------------------------------------------------------
>
>                 Key: HADOOP-6457
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6457
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: security
>            Reporter: issei yoshida
>         Attachments: 6457.patch
>
>
> Hadoop User/Group can be set by System properties or environment variables.
> For example, in environment variables,
> export HADOOP_USER=test
> export HADOOP_GROUP=user
> or in your MapReduce,
> System.setProperty("hadoop.user.name", "test");
> System.setProperty("hadoop.group.name", "user");

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to