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

Jim Kellerman updated HADOOP-1045:
----------------------------------

    Attachment: hbase.patch

- Fix bug that caused a null pointer exception in HRegion.closeAndMerge
- Add detail to exception thrown from HRegion.checkRow
- Change map.seek(); map.next() to map.getClosest() in Hstore.getFull,
  HStore.get
- Add constructor and suite() to TestHRegion
- Removed some constants that are no longer needed 
- Modify MapFile.Reader:
  o added private int seekInternal(WritableComparable) which is basically
      the body of public boolean seek(WritableComparable) but returns the
      integer value of the comparison. This is now called by boolean seek()
  o added public Writable getClosest(WritableComparable, Writable). Unlike
     get which only returns a value on an exact match, getClosest returns the
     value for the key which is closest to the requested key.

> Code for HBase
> --------------
>
>                 Key: HADOOP-1045
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1045
>             Project: Hadoop
>          Issue Type: New Feature
>         Environment: All environments
>            Reporter: Mike Cafarella
>         Assigned To: Jim Kellerman
>         Attachments: hbase.patch, hbase.patch, hbase.patch, hbase.tar.gz
>
>
> I've written some code for HBase, a BigTable-like file store.  It's not 
> perfect, but it's ready for other people to play with and examine.
> The attached tarball has the source and a README

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

Reply via email to