ANN: hbase 0.90.2 Release Candidate 0 available for download

2011-03-27 Thread Stack
The first hbase 0.90.2 release candidate is available for download: http://people.apache.org/~stack/hbase-0.90.2-candidate-0/ Its also available in Apache's Maven Staging Repository [1] About 60 issues have been resolved since 0.90.1. About half were deemed Blockers/Critical fixes. Release

Build failed in Jenkins: HBase-TRUNK #1817

2011-03-27 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/HBase-TRUNK/1817/changes Changes: [stack] Mvn build notes -- [...truncated 3137 lines...] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec Running

main for HMerge tool

2011-03-27 Thread Ted Yu
Hi, It seems HMerge doesn't have main(). Should we add main() ? Cheers

Re: why not obtain row lock when geting a row

2011-03-27 Thread Ryan Rawson
Row locks are not necessary when reading. this changed, that is why that is still there. On Mar 27, 2011 10:42 PM, jiangwen w wjiang...@gmail.com wrote: I think a row lock should be obtained before getting a row. but the following method in HRegion class show a row lock won't be obtained