Description
The close methods of both DistributedFileSystem and LocalFileSystem do not remove the closed file system from the fs map in FileSystem. As a result, a subsequent call to FileSystem.getNamed may return the handle to the closed file system and receive errors if perform any operation on the fs handle.
Attachments
Attachments
Issue Links
- is depended upon by
-
HADOOP-59 support generic command-line options
- Closed