Dear all,
Concern Hadoop 2.6.0
When I create a file as superuser, the group owner is 99.
But I have created a user:group for the superuser : hadoop:hadoop (1003)
and added in hdfs-site.xml :
<property>
<name>dfs.permissions.supergroup</name>
<value>hadoop</value>
<description>
The name of the group of super-users
</description>
</property>
Restarted all ... No change :
Files created are owned by hadoop:99 and in the webUI I can read
"hadoop:supergroup"
Any idea ?
Thank you
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]