Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.15.1, 0.16.0
-
None
-
None
Description
Assuming the dfs commands follow POSIX standards, there are some problems with the DFS ls and lsr commands. I compared the DFS output with that of RHEL 4u5
1. ls a directory when there are no files/directories in that directory:
Linux: No output
DFS: Found 0 items
2. ls a file/directory that does not exist:
Linux: ls: /doesnotexist: No such file or directory
DFS: Found 0 items
3. lsr a directory that does not exist:
Linux: ls: /doesnotexist: No such file or directory
DFS: No output
Attachments
Attachments
Issue Links
- is cloned by
-
HADOOP-2191 dfs du and dus commands differ from POSIX standards
-
- Closed
-
- is depended upon by
-
HADOOP-1677 improve semantics of the hadoop dfs command
-
- Closed
-