Created 03-22-2019 09:50 PM
hadoop command getfacal to get output for all sub directories of root location.
EG: hdfs dfs -getfacl /
or
hdfs dfs -getfacl /user
Created 04-01-2019 01:50 PM
Created 04-22-2019 09:52 PM
hdfs dfs -getfacl -R /
Will display all the sub-directories and files.
Particular i need to check the /user directory alone.
Eg); hdfs dfs -getfacl /user
/user/aaa
/user/bbb
/user/ccc
/user/ddd
For checking individual above four directories it possible any other way?
Created 04-22-2019 10:02 PM