Member since
03-18-2016
7
Posts
1
Kudos Received
0
Solutions
03-21-2016
05:55 AM
I fixed assigning r-x to chile directory. # sudo -u hdfs hadoop fs -setfacl -R -m user:cgmurosbrasil:r-x /chile Thanks.
... View more
03-21-2016
05:37 AM
Michalis, thanks for your help. It's OK. But now I have other problem. I have two user created into OS LInux, and two groups. cgmuros -> grp_cl_developer cgmurosbrasil -> grp_br_developer I defined the next permissions. # /chile/desarrollo/000_int_project drwxr-x--- hdfs:grp_cl_developer I execute the next command to assign read and execute to cgmurosbrasil user # sudo -u hdfs hadoop fs -setfacl -R -m user:cgmurosbrasil:r-x /chile/desarrollo/000_int_project When I use the cgmurosbrasil and execute the next command I receive the next message # hadoop fs -ls /chile/desarrollo/000_int_project "Permission denied: user=cgmurosbrasil, access=EXECUTE, inode="/chile":hdfs:grp_cl_developer:drwxr-x---" Thanks for your time.
... View more
03-18-2016
11:07 AM
Hi Michalis, I'm using cloudera-quickstart-vm-5.5.0-0-virtualbox over virtualbox. I'm sure who is managing the cluster. Regards,
... View more
03-18-2016
10:42 AM
Hello, I trying to use Acls in My cluster Cloudera. I modified /etc/hadoop/conf/hdfs-site.xml property to true <property> <name>dfs.namenode.acls.enabled</name> <value>true</value> </property> but when I execute a acls command I receive the next message setfacl: The ACL operation has been rejected. Support for ACLs has been disabld by setting dfs.namenode.acls.enabled to false. Thanks,
... View more
Labels:
- Labels:
-
Apache Hadoop
-
HDFS