You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Aman Poonia (Jira)" <ji...@apache.org> on 2021/06/09 07:57:00 UTC

[jira] [Created] (HBASE-25986) Expose the NORMALIZARION_ENABLED table descriptor through a property in hbase-site

Aman Poonia created HBASE-25986:
-----------------------------------

             Summary: Expose the NORMALIZARION_ENABLED table descriptor through a property in hbase-site
                 Key: HBASE-25986
                 URL: https://issues.apache.org/jira/browse/HBASE-25986
             Project: HBase
          Issue Type: Improvement
          Components: Normalizer
            Reporter: Aman Poonia
            Assignee: Aman Poonia


Today if we want to enable region normalizer on a table we have to add the table descriptor "{color:#6a8759}NORMALIZATION_ENABLED{color}" to the table. If we have a lot of tables and we want normalizer to be enabled by default for each table unless disabled explicitly for a table we can't achieve it 

[https://github.com/apache/hbase/blob/master/hbase-client/src/main/java/org/apache/hadoop/hbase/client/TableDescriptorBuilder.java#L164]

 

Intention here is to set it using a property in hbase-site

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)