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

[jira] [Created] (HBASE-7802) Use the Store interface instead of HStore (coprocessor, compaction, ...)

Matteo Bertozzi created HBASE-7802:
--------------------------------------

             Summary: Use the Store interface instead of HStore (coprocessor, compaction, ...)
                 Key: HBASE-7802
                 URL: https://issues.apache.org/jira/browse/HBASE-7802
             Project: HBase
          Issue Type: Improvement
          Components: regionserver
    Affects Versions: 0.96.0
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi
            Priority: Trivial


We have a Store interface that is almost never used, coprocessors and compactions are using the HStore.

Replace the HStore with Store to have the ability to create custom Store for testing, instead of injecting stuff in HStore.

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