Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Server-side exceptions are encapsulated in the remote exception (as the class name and the error string ).
The client side and FileSystem does not declare or thrown the these encapsulated exception.
Work Items
- Declare the exceptions in FileSystem and the HDFS interface (but still as subclasses of IOException)
- Rethrow encapsulated declared exceptions if they are the declared exception.