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


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