You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ioannis Konstantinou (JIRA)" <ji...@apache.org> on 2009/12/12 14:49:18 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12789740#action_12789740 ] 

Ioannis Konstantinou commented on HBASE-1962:
---------------------------------------------

The descendingIterator method exists for TreeSet object, not TreeMap object. The error still occurs at version 0.20.2. If you change the line 111 of loadtable.rb from "for i in map.descendingIterator()" to "for i in map.descendingKeySet().iterator()" the script works ok.

> 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
>            Assignee: stack
>             Fix For: 0.20.3
>
>         Attachments: 1962.patch, 1962.patch_1, delete_table.rb
>
>
> 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.