You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2010/05/16 23:37:42 UTC

[jira] Created: (HBASE-2555) Get rid of HColumnDescriptor.MAPFILE_INDEX_INTERVAL?

Get rid of HColumnDescriptor.MAPFILE_INDEX_INTERVAL?
----------------------------------------------------

                 Key: HBASE-2555
                 URL: https://issues.apache.org/jira/browse/HBASE-2555
             Project: Hadoop HBase
          Issue Type: Improvement
            Reporter: Jeff Hammerbacher


Now that we have HFile, it seems that the constant http://hadoop.apache.org/hbase/docs/r0.20.4/api/org/apache/hadoop/hbase/HColumnDescriptor.html#MAPFILE_INDEX_INTERVAL is no longer useful. I've grepped around the codebase and couldn't find it used elsewhere. Perhaps kept around in case folks decide to store their HBase data into a MapFile?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-2555) Get rid of HColumnDescriptor.MAPFILE_INDEX_INTERVAL?

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray resolved HBASE-2555.
----------------------------------

         Assignee: Jonathan Gray
    Fix Version/s: 0.21.0
       Resolution: Fixed

Committed to trunk.  Thanks for catching these jeff, thanks for review stack.

> Get rid of HColumnDescriptor.MAPFILE_INDEX_INTERVAL?
> ----------------------------------------------------
>
>                 Key: HBASE-2555
>                 URL: https://issues.apache.org/jira/browse/HBASE-2555
>             Project: Hadoop HBase
>          Issue Type: Improvement
>            Reporter: Jeff Hammerbacher
>            Assignee: Jonathan Gray
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2555-v1.patch
>
>
> Now that we have HFile, it seems that the constant http://hadoop.apache.org/hbase/docs/r0.20.4/api/org/apache/hadoop/hbase/HColumnDescriptor.html#MAPFILE_INDEX_INTERVAL is no longer useful. I've grepped around the codebase and couldn't find it used elsewhere. Perhaps kept around in case folks decide to store their HBase data into a MapFile?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.