Ajay Kumar created HDFS-12350: --------------------------------- Summary: Support meta tags in Ozone configs Key: HDFS-12350 URL: https://issues.apache.org/jira/browse/HDFS-12350 Project: Hadoop HDFS Issue Type: Improvement Affects Versions: HDFS-7240 Reporter: Ajay Kumar Assignee: Ajay Kumar Fix For: HDFS-7240
Proposal is to add domain tag extension to the config so that ozone can use that in its configs. For example, here is an Ozone config with domain tag. <configuration> <property> <name>ozone.enabled</name> <value>True</value> <domain> REQUIRED <domain> </property> <property> <name>dfs.cblock.trace.io</name> <value>False</value> <domain> TRACE, DEBUG <domain> </property> -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org