Hadoop dfs -help for permissions contains a typo
------------------------------------------------
Key: HADOOP-3223
URL: https://issues.apache.org/jira/browse/HADOOP-3223
Project: Hadoop Core
Issue Type: Bug
Affects Versions: 0.16.1
Environment: All
Reporter: Milind Bhandarkar
Fix For: 0.17.0
The command 'hadoop dfs -help' shows command-line options, that include
a description of
E.g.: 754 is same as u=rwx,g=rw,o=r
I believe this description is not correct, it should be:
E.g.: 754 is same as u=rwx,g=rx,o=r
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.