[ https://issues.apache.org/jira/browse/HDFS-6553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034370#comment-14034370 ]
Stephen Chu commented on HDFS-6553: ----------------------------------- Hi ATM, I went through HDFS-6056, which was fixed in 2.5.0. The following configurations seem to not have DeprecationDeltas: dfs.nfs.exports.cache.size -> nfs.exports.cache.size dfs.nfs.exports.cache.size was added in HDFS-5136 (2.3.0) They following were added in 2.4.0 in HDFS-6080: dfs.nfs.rtmax -> nfs.rtmax dfs.nfs.wtmax -> nfs.wtmax dfs.nfs.dtmax -> nfs.dtmax Shall I add them to this patch? > Add missing DeprecationDeltas for NFS Kerberos configurations > ------------------------------------------------------------- > > Key: HDFS-6553 > URL: https://issues.apache.org/jira/browse/HDFS-6553 > Project: Hadoop HDFS > Issue Type: Bug > Components: nfs > Affects Versions: 3.0.0, 2.5.0 > Reporter: Stephen Chu > Assignee: Stephen Chu > Attachments: HDFS-6553.patch.001 > > > HDFS-6056 (Clean up NFS config settings) improved NFS configuration naming > and added DeprecationDeltas to ensure that the old NFS configuration > properties could still be used. > It's currently missing DeprecationDeltas for _dfs.nfs.keytab.file_ and > _dfs.nfs.kerberos.principal_. > This patch adds those deltas so older configs for secure NFS can still work. -- This message was sent by Atlassian JIRA (v6.2#6252)