Standardize error messages
--------------------------
Key: HADOOP-7271
URL: https://issues.apache.org/jira/browse/HADOOP-7271
Project: Hadoop Common
Issue Type: Improvement
Components: fs
Affects Versions: 0.23.0
Reporter: Daryn Sharp
Assignee: Daryn Sharp
The FsShell commands have no standard format for the same error message. For
instance, here is a snippet of the variations of just one of many error
messages:
cmd: $path: No such file or directory
cmd: cannot stat `$path': No such file or directory
cmd: Can not find listing for $path
cmd: Cannot access $path: No such file or directory.
cmd: No such file or directory `$path'
cmd: File does not exist: $path
cmd: File $path does not exist
... etc ...
These need to be common.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira