[ https://issues.apache.org/jira/browse/HDFS-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jitendra Nath Pandey resolved HDFS-531. --------------------------------------- Fix Version/s: 0.21.0 Resolution: Fixed Resolving this as fixed, because related jiras are committed. > Renaming of configuration keys > ------------------------------ > > Key: HDFS-531 > URL: https://issues.apache.org/jira/browse/HDFS-531 > Project: Hadoop HDFS > Issue Type: Improvement > Reporter: Jitendra Nath Pandey > Assignee: Jitendra Nath Pandey > Fix For: 0.21.0 > > Attachments: changed_config_keys.2.txt, changed_config_keys.txt, > unchanged_keys.txt > > > Keys in configuration files should be standardized so that key names reflect > the components they are used in. > For example: > dfs.backup.address should be renamed to dfs.namenode.backup.address > dfs.data.dir should be renamed to dfs.datanode.data.dir > This change will impact both hdfs and common sources. > Following convention is proposed: > 1. Any key related hdfs should begin with 'dfs'. > 2. Any key related to namenode, datanode or client should begin with > dfs.namenode, dfs.datanode or dfs.client respectively. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.