You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/11/09 01:31:32 UTC

[jira] Updated: (HBASE-1962) Bulk loading script makes regions incorrectly (loadtable.rb)

     [ https://issues.apache.org/jira/browse/HBASE-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1962:
-------------------------

    Attachment: 1962.patch

We were looking at hfile metainfo and making regions that went from file lastkey to lastkey instead of from EMPTY_ROW to startkey (of second file) and then startkey to startkey of 3rd file, and so on.

> Bulk loading script makes regions incorrectly (loadtable.rb)
> ------------------------------------------------------------
>
>                 Key: HBASE-1962
>                 URL: https://issues.apache.org/jira/browse/HBASE-1962
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>         Attachments: 1962.patch
>
>
> From mailing list, Murali Krishna found that loadtable.rb is not making regions correctly from the passed hfiles.

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