[
https://issues.apache.org/jira/browse/HDFS-9202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944928#comment-14944928
]
Vinayakumar B commented on HDFS-9202:
-------------------------------------
This issue is after HDFS-8740.
{code}
static{
- HdfsConfiguration.init();
+ HdfsConfigurationLoader.init();
}
{code}
Above change in DistributedFileSystem.java resulted not adding deprecated keys.
There is a need of moving HdfsConfiguration.java to hadoop-hdfs-client module.
or Having a separate similar class for client module which adds deprecated keys
which are related to only clients.
> Deprecation cases are not handled in hadoop-hdfs-client#DistributedFileSystem
> -----------------------------------------------------------------------------
>
> Key: HDFS-9202
> URL: https://issues.apache.org/jira/browse/HDFS-9202
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: hdfs-client
> Reporter: Bibin A Chundatt
> Assignee: Vinayakumar B
> Priority: Critical
>
> Deprecation keys are not taken case in case
> hadoop-hdfs-client#DistributedFileSystem.
> Client side deprecated keys are not usable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)