hadoop fs -du -s -h
exits when some folders has permission denied.
How do I get the disk usage of the other folders which do have permission access.
I am not the admin of the hadoop cluster and don’t have sudo
permission.
hadoop fs -du -s -h
exits when some folders has permission denied.
How do I get the disk usage of the other folders which do have permission access.
I am not the admin of the hadoop cluster and don’t have sudo
permission.