Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-6105 Provide a way to automatically handle backward compatibility of deprecated keys
- Closed
- is depended upon by
-
HADOOP-6233 Changes in common to rename the config keys as detailed in HDFS-531.
- Closed
- relates to
-
HDFS-631 Changes in HDFS to rename the config keys as detailed in HDFS-531.
- Closed
-
MAPREDUCE-849 Renaming of configuration property names in mapreduce
- Closed