Durga Gadiraju

Controlling Access using ACLs – Enable ACLs on Cluster

ACLs stands for Access Control Lists and it gives finer level access control over files. Without ACLs permissions are controlled at owner, group and others levels only. To use ACLs in HDFS, we need to set dfs.namenode.acls.enabled to true as part of hdfs-site.xml. We can use hadoop fs -setfacl to set ACL at file or directory …

Controlling Access using ACLs – Enable ACLs on Cluster Read More »