[ https://issues.apache.org/jira/browse/HADOOP-6457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
issei yoshida updated HADOOP-6457: ---------------------------------- Hadoop Flags: [Incompatible change] > 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.