Details
Description
If you do
hdfs dfs -getfattr -n user.blah /foo
and user.blah doesn't exist, the command prints
- file: /foo
and a 0 return code.
It should print an exception and return a non-0 return code instead.
Attachments
Attachments
Issue Links
- is blocked by
-
HDFS-6464 Support multiple xattr.name parameters for WebHDFS getXAttrs.
- Closed