Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
337 if (!gotMountTableEntry) { 338 throw new IOException( 339 "ViewFs: Cannot initialize: Empty Mount table in config for " + 340 vName == null ? "viewfs:///" : ("viewfs://" + vName + "/")); 341 }
The vName is always non-null due to checks/assignments done prior to this code segment.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-12843 Fix findbugs warnings in hadoop-common (branch-2)
- Resolved