Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
We should tag the hadoop/hdfs config so that we can retrieve properties by there usage/application like PERFORMANCE, NAMENODE etc. Right now we don't have an option available to group or list related properties together. Grouping properties through some restricted set of Meta tags and then exposing them in Configuration class will be useful for end users.
For example, here is an config file with tags.
<configuration> <property> <name>dfs.namenode.servicerpc-bind-host</name> <value>localhost</value> <tag> REQUIRED </tag> </property> <property> <name>dfs.namenode.fs-limits.min-block-size</name> <value> 1048576 </value> <tag> PERFORMANCE,REQUIRED</tag> </property> <property> <name>dfs.namenode.logging.level</name> <value>Info</value> <tag>HDFS, DEBUG </tag> </property> <configuration>
Attachments
Attachments
Issue Links
- is related to
-
HDFS-12529 Get source for config tags from file name
- Resolved
-
HADOOP-15007 Stabilize and document Configuration <tag> element
- Resolved