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 "issei yoshida (JIRA)" <ji...@apache.org> on 2009/12/18 11:41:18 UTC

[jira] Updated: (HADOOP-6457) Set Hadoop User/Group by System properties or environment variables

     [ https://issues.apache.org/jira/browse/HADOOP-6457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

issei yoshida updated HADOOP-6457:
----------------------------------

    Attachment: 6457.patch

> 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.