I am windows user, Configured Hadoop-2.6.0 secured with kerberos. Trying to
set ACL for a directory using below command


*hadoop fs -setfacl --set user::rwx,user:user1:---,group::rwx,other::rwx /test1*

It gives


*-setfacl: Too many arguments
Usage: hadoop fs [generic options] -setfacl [-R] [{-b|-k} {-m|-x
<acl_spec>} <path>]|[--set <acl_spec> <path>]*


I have posted question in stackoverflow and the link is


*http://stackoverflow.com/questions/31422810/hadoop-setfacl-set-not-working*
<http://stackoverflow.com/questions/31422810/hadoop-setfacl-set-not-working>

Reply via email to