Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.0
-
None
-
Reviewed
Description
At present, DFSClient stores reference to configuration object. Since, these configuration objects are pretty big at times can blot the processes which has multiple DFSClient objects like in TaskTracker. This is an attempt to remove the reference of conf object in DFSClient.
This patch creates a light inner conf class and copies the required keys from the Configuration object.
Attachments
Attachments
Issue Links
- is part of
-
HDFS-2105 Remove the references to configuration object from the DFSClient library.
- Open