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.