Description
HADOOP-6105 provided a method to deprecate config keys and transparently refer to the new key. However, it didn't provide a method to see if the deprecated key had been used in the config file. This is useful when, if the deprecated key had been used, its value needs to be converted before use, for instance when we changed the umask format. A method like "boolean wasDeprecatedKeySet()" would be great. Patch shortly.
Attachments
Attachments
Issue Links
- blocks
-
HADOOP-6246 Update umask code to use key deprecation facilities from HADOOP-6105
- Closed