Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
Currently ViewFsOverloadScheme extended from ViewFileSystem. When there are no mount links, fs initialization fails and throws the exception. When it fails, even it's initialized via ViewFsOverloadScheme( any scheme can be initialized, let's say hdfs://clustername), the exception message always refers to "viewfs://..."
java.io.IOException: ViewFs: Cannot initialize: Empty Mount table in config for viewfs://clustername/
The message should be like below:
java.io.IOException: ViewFs: Cannot initialize: Empty Mount table in config for hdfs://clustername/
Attachments
Issue Links
- is fixed by
-
HDFS-15464 ViewFsOverloadScheme should work when -fs option pointing to remote cluster without mount links
- Resolved