Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.17.1
-
None
-
None
-
any POSIX
-
Reviewed
-
Improved error reporting for libhdfs so permission problems now return EACCES.
Description
A comment near the top of hdfs.h says that "All APIs set errno to meaningful values." Unfortunately this is a big fat lie – bigger and fatter still now that we have permissions in HDFS. If Hadoop throws an AccessControlException, then libhdfs sets errno to EINTERNAL, even though this is not an "internal" error in any sense of the word.
With the attached patches, allow libhdfs to derive a useful errno value when an exception is thrown. I've implemented handling for AccessControlException and a few others whose semantics seem obvious.
Tangential question: The signatures for invokeMethod() and constructNewObjectOfClass() in hdfsJniHelper.h disagreed with their comments. Was the "exc" argument of those functions removed in the past, or never implemented? I (re)instated it in my patch.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-3536 Support permissions in fuse-dfs
- Closed
- relates to
-
HADOOP-3264 libhdfs does not provide permissions in API
- Closed