[ 
https://issues.apache.org/jira/browse/HBASE-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197465#comment-13197465
 ] 

Zhihong Yu commented on HBASE-5304:
-----------------------------------

SplitKeyPolicy.java and SplitConfigurationUtil.java are missing license.

Along with SPLIT_KEY_CONFIG_KEY we're storing another config in 
HTableDescription. Is there some measure that we can take to make sure the 
config isn't bloated ?
{code}
+      } else {
+        splitKeyPolicy = new DefaultSplitKeyPolicy();
+      }
{code}
I think DefaultSplitKeyPolicy should be given the config for 
SPLIT_KEY_CONFIG_KEY if the config is present in HTableDescriptor.

                
> Pluggable split key policy
> --------------------------
>
>                 Key: HBASE-5304
>                 URL: https://issues.apache.org/jira/browse/HBASE-5304
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>             Fix For: 0.94.0
>
>         Attachments: 5304.txt
>
>
> We need a way to specify custom policies to determine split keys.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to