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

2017-09-07 Thread Anu Engineer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDFS-12350:

  Resolution: Fixed
Hadoop Flags: Reviewed
   Fix Version/s: 3.1.0
Target Version/s: 3.1.0
  Status: Resolved  (was: Patch Available)

[~ajayydv] Thank you for the contribution, I have committed this to the trunk.  
Will reopen this later to port to 3.0 branch.

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Fix For: 3.1.0
>
> Attachments: HDFS-12350.01.patch, HDFS-12350.02.patch, 
> HDFS-12350.03.patch
>
>
> 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.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-09-06 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: (was: HDFS-12350.03.patch)

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch, HDFS-12350.02.patch, 
> HDFS-12350.03.patch
>
>
> 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.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-09-06 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: HDFS-12350.03.patch

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch, HDFS-12350.02.patch, 
> HDFS-12350.03.patch
>
>
> 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.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-09-06 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: HDFS-12350.03.patch

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch, HDFS-12350.02.patch, 
> HDFS-12350.03.patch
>
>
> 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.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-30 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
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.

{code}

   
  dfs.namenode.servicerpc-bind-host
  localhost
   REQUIRED 
   
   
  
  dfs.namenode.fs-limits.min-block-size
   1048576 
   PERFORMANCE,REQUIRED
   

 
  dfs.namenode.logging.level
  Info
  HDFS, DEBUG 
   
  

{code}

  was:
We should add meta tag extension to the hadoop/hdfs config so that we can 
retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
we don't have an option available to group or list properties related to 
performance or security or datanodes. 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 with meta tag.

{code}

   
  dfs.namenode.servicerpc-bind-host
  localhost
   REQUIRED 
   
   
  
  dfs.namenode.fs-limits.min-block-size
   1048576 
   PERFORMANCE,REQUIRED
   

 
  dfs.namenode.logging.level
  Info
  HDFS, DEBUG 
   
  

{code}


> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch, HDFS-12350.02.patch
>
>
> 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.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-30 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: HDFS-12350.02.patch

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch, HDFS-12350.02.patch
>
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-30 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: HDFS-12350.01.patch

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch
>
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-30 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: (was: HDFS-12350.01.patch)

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch
>
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-30 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: (was: HDFS-12350.01.patch)

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch
>
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-30 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: HDFS-12350.01.patch

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch
>
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-29 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: HDFS-12350.01.patch

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch
>
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-29 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: (was: HDFS-12350.01.patch)

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-29 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: HDFS-12350.01.patch

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch
>
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-29 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: (was: HDFS-12350.01.patch)

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-29 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Attachment: HDFS-12350.01.patch

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch
>
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-29 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Status: Patch Available  (was: Open)

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
> Attachments: HDFS-12350.01.patch
>
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-29 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Description: 
We should add meta tag extension to the hadoop/hdfs config so that we can 
retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
we don't have an option available to group or list properties related to 
performance or security or datanodes. 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 with meta tag.

{code}

   
  dfs.namenode.servicerpc-bind-host
  localhost
   REQUIRED 
   
   
  
  dfs.namenode.fs-limits.min-block-size
   1048576 
   PERFORMANCE,REQUIRED
   

 
  dfs.namenode.logging.level
  Info
  HDFS, DEBUG 
   
  

{code}

  was:
We should add meta tag extension to the hadoop/hdfs config so that we can 
retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
we don't have an option available to group or list properties related to 
performance or security or datanodes. 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 with meta tag.

{code}

   
  dfs.namenode.servicerpc-bind-host
  localhost
   REQUIRED 
   
   
  
  dfs.namenode.fs-limits.min-block-size
   1048576 
   PERFORMANCE,REQUIRED
   

 
  dfs.namenode.logging.level
  Info
  HDFS, DEBUG 
   
  

{code}


> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-29 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Description: 
We should add meta tag extension to the hadoop/hdfs config so that we can 
retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
we don't have an option available to group or list properties related to 
performance or security or datanodes. 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 with meta tag.

{code}

   
  dfs.namenode.servicerpc-bind-host
  localhost
   REQUIRED 
   
   
  
  dfs.namenode.fs-limits.min-block-size
   1048576 
   PERFORMANCE,REQUIRED
   

 
  dfs.namenode.logging.level
  Info
  HDFS, DEBUG 
   
  

{code}

  was:
We should add meta tag extension to the hadoop/hdfs config so that we can 
retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
we don't have an option available to group or list properties related to 
performance or security or datanodes. 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 with meta tag.

{code}

   
  dfs.namenode.servicerpc-bind-host
  localhost
   REQUIRED 
   
   
  
  dfs.namenode.fs-limits.min-block-size
   1048576 
   PERFORMANCE
   

 
  dfs.namenode.logging.level
  Info
   TRACE, DEBUG 
   
  

{code}


> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE,REQUIRED
>
>  
>   dfs.namenode.logging.level
>   Info
>   HDFS, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-25 Thread Ajay Kumar (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDFS-12350:
--
Description: 
We should add meta tag extension to the hadoop/hdfs config so that we can 
retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
we don't have an option available to group or list properties related to 
performance or security or datanodes. 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 with meta tag.

{code}

   
  dfs.namenode.servicerpc-bind-host
  localhost
   REQUIRED 
   
   
  
  dfs.namenode.fs-limits.min-block-size
   1048576 
   PERFORMANCE
   

 
  dfs.namenode.logging.level
  Info
   TRACE, DEBUG 
   
  

{code}

  was:
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.

{code}

   
  ozone.enabled
  True
   REQUIRED 
   
  
  dfs.cblock.trace.io
  False
   TRACE, DEBUG 
   
{code}


> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
>
> We should add meta tag extension to the hadoop/hdfs config so that we can 
> retrieve properties by various tags like PERFORMANCE, NAMENODE etc. Right now 
> we don't have an option available to group or list properties related to 
> performance or security or datanodes. 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 with meta tag.
> {code}
> 
>
>   dfs.namenode.servicerpc-bind-host
>   localhost
>REQUIRED 
>
>
>   
>   dfs.namenode.fs-limits.min-block-size
>1048576 
>PERFORMANCE
>
>  
>   dfs.namenode.logging.level
>   Info
>TRACE, DEBUG 
>
>   
> 
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-24 Thread Anu Engineer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDFS-12350:

Fix Version/s: (was: HDFS-7240)

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
>
> 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.
> {code}
> 
>
>   ozone.enabled
>   True
>REQUIRED 
>
>   
>   dfs.cblock.trace.io
>   False
>TRACE, DEBUG 
>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-24 Thread Anu Engineer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDFS-12350:

Affects Version/s: (was: HDFS-7240)

> Support meta tags in configs
> 
>
> Key: HDFS-12350
> URL: https://issues.apache.org/jira/browse/HDFS-12350
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Ajay Kumar
>Assignee: Ajay Kumar
>
> 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.
> {code}
> 
>
>   ozone.enabled
>   True
>REQUIRED 
>
>   
>   dfs.cblock.trace.io
>   False
>TRACE, DEBUG 
>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-24 Thread Anu Engineer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDFS-12350:

Target Version/s:   (was: HDFS-7240)

> Support meta tags in 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.
> {code}
> 
>
>   ozone.enabled
>   True
>REQUIRED 
>
>   
>   dfs.cblock.trace.io
>   False
>TRACE, DEBUG 
>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



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

2017-08-24 Thread Anu Engineer (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-12350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anu Engineer updated HDFS-12350:

Summary: Support meta tags in configs  (was: Support meta tags in Ozone 
configs)

> Support meta tags in 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.
> {code}
> 
>
>   ozone.enabled
>   True
>REQUIRED 
>
>   
>   dfs.cblock.trace.io
>   False
>TRACE, DEBUG 
>
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org