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

Ted Yu commented on HBASE-7936:
-------------------------------

A similar approach is to introduce third parameter to DataBlockEncoding ctor, 
signifying whether encoder should be lazily loaded.
Since only PrefixTreeCodec lives in its own module at the moment, we can pass 
true for PrefixTreeCodec and pass false to the other encoders.
                
> Undo prefix-tree module as dependency for mapreduce and for DataBlockEncoding
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-7936
>                 URL: https://issues.apache.org/jira/browse/HBASE-7936
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>            Assignee: Ted Yu
>         Attachments: 7936.txt
>
>
> Fix DBE so it does lazy loading rather than hard loading of everything 
> mentioned.
> Client depends on prefix-tree module since HBASE-7188 and mapreduce will 
> after hbase-7934

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to