Description
When we perform copyToLocal operations from commandLine and if src Path is invalid
srcFS.globStatus(srcpath) will return null. So, when we find the length of resulted value, it will throw NullPointerException.
Since we are handling generic exception , it will display null as the message.
Attachments
Attachments
Issue Links
- is duplicated by
-
HADOOP-7464 hadoop fs -stat '{glob}' gives null with combo of absolute and non-existent files
- Resolved
- is related to
-
HDFS-1786 Some cli test cases expect a "null" message
- Closed