You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Ajay Kumar (JIRA)" <ji...@apache.org> on 2017/08/24 19:00:04 UTC

[jira] [Created] (HDFS-12350) Support meta tags in Ozone configs

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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org