[ 
https://issues.apache.org/jira/browse/HADOOP-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493574
 ] 

Jim Kellerman commented on HADOOP-1325:
---------------------------------------

This is the first release of HBase that is really ready for evaluation.

The client, master, and region server all basically work.

Do it cover edge cases or failover? NO.

However, for preliminary evaluation, this release is at least functional from 
the client -> master -> regionserver.

If you use/evaluate HBase and find problems, please enter a Jira issue with the 
component contrib/hbase.

Thanks, and enjoy!

> HBase code update 0.0.0-2
> -------------------------
>
>                 Key: HADOOP-1325
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1325
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: Jim Kellerman
>         Assigned To: Jim Kellerman
>         Attachments: patch.txt
>
>
> The latest HBase code which contains fixes and updates for:
> - Eliminate multiple conversions to/from byte[] <-> BytesWritable
> - Scanners have a problem find all the elements in a column family if they 
> were saved at different times
> - Master continuously allocates META region
> - Scanners do not properly handle deleted values
> - HMemcache and HStore scanners return oldest results first. They should 
> return the most recent values first
> - New test cases for:
>   o get
>   o HBaseMiniCluster
>   o HMemcache
>   o Scanners
>   o object toString methods

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