You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2013/03/02 04:17:12 UTC

[jira] [Created] (HBASE-7978) Merge hbase-prefixtree into hbase-server

Enis Soztutar created HBASE-7978:
------------------------------------

             Summary: Merge hbase-prefixtree into hbase-server
                 Key: HBASE-7978
                 URL: https://issues.apache.org/jira/browse/HBASE-7978
             Project: HBase
          Issue Type: Improvement
          Components: HFile
    Affects Versions: 0.95.0, 0.98.0
            Reporter: Enis Soztutar


I would like to discuss the possibility of merging the prefix tree module into the hbase-server module. 

Ideally, I think we should have hbase-mapreduce and hbase-storage modules, the latter one containing most of HFile code. hbase-mapreduce depends on hbase-storage so that it knows how to encode hfiles. prefix-tree belongs to hbase-storage. 

prefix tree is just another DBE, although a big one, and it rightfully belongs with her sisters. The fact that the code is independent from the rest of the code base does not mean that it should have it's own module. We should keep the number of modules manageable, and stay away from hadoop trunk's one-module-per-package policy. 

Related: HBASE-7936

--
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