Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.0
-
None
-
Reviewed
Description
As a part of removing reference to conf in DFSClient, I am proposing replacing FsPermission.getUMask(conf) everywhere in DFSClient class with
dfsClientConf.uMask by storing uMask as a member variable to DFSClient.Conf.
Attachments
Attachments
Issue Links
- is part of
-
HDFS-2105 Remove the references to configuration object from the DFSClient library.
- Open