Re: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.

2015-03-25 Thread Samir Ahmic
Checked signature and md5. Build as it is. Started pseudo-distributed, loaded data with LoadTestTool, verified data. Did some random snapshot testing(create, clone, restore) Nothing unusual in logs. Additional tests: build agains hadoop-2.5.2, deployed on fully distributed cluster. Load and verify

Re: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.

2015-03-25 Thread Ted Yu
+1 Ran unit test suite Verified signature Did basic testing using hbase shell Cheers On Wed, Mar 25, 2015 at 2:45 AM, Samir Ahmic wrote: > Checked signature and md5. > Build as it is. > Started pseudo-distributed, loaded data with LoadTestTool, verified data. > Did some random snapshot testing

Re: Thinking about attempting another RC

2015-03-25 Thread lars hofhansl
I'd say let's give HBASE-13262 one more day. We do a have a lurking issue in 0.98 before 13303, so we shouldn't wait too long.Not the end of the world if HBASE-13262 goes in the next month - that's why we have monthly releases :) -- Lars From: Andrew Purtell To: "dev@hbase.apache.org"

[jira] [Reopened] (HBASE-13248) Make HConnectionImplementation top-level class.

2015-03-25 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-13248: This change as committed broke the trunk build: {noformat} [ERROR] Failed to execute goal org

Re: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.

2015-03-25 Thread Nick Dimiduk
+1 verify signatures started local-mode cluster with default configs: - ran LTT for 45 mins with 1 table, GZ 10mm rows. skimmed logs, looks good. - meanwhile, poked around in the webUI - noticed master/conf is 404 (not sink-worthy) - issued split, compaction requests, all good. - table.

[jira] [Resolved] (HBASE-13248) Make HConnectionImplementation top-level class.

2015-03-25 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-13248. Resolution: Fixed Re-resolving. My last git fetch missed the addendum. I see now a fix has

[jira] [Created] (HBASE-13334) FindBugs should create precise report for new bugs introduced

2015-03-25 Thread Andrey Stepachev (JIRA)
Andrey Stepachev created HBASE-13334: Summary: FindBugs should create precise report for new bugs introduced Key: HBASE-13334 URL: https://issues.apache.org/jira/browse/HBASE-13334 Project: HBase

Re: hbase 1.1 and MOB-Feature

2015-03-25 Thread Jonathan Hsieh
Nick The feature is optional and is essentially "disabled" by default -- to turn it on you need be using hfile v3 and need to alter an existing table or create a table with particular properties set. Jon. On Mon, Mar 23, 2015 at 7:07 PM, Nick Dimiduk wrote: > Thanks for chiming in Jon. > > I'

Re: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.

2015-03-25 Thread lars hofhansl
Thanks for the detailed test Nick. /conf is only supported when org.apache.hadoop.conf.ConfServlet is found in the classpath.For the region key one has to enter the trailing SHA of a region name or a table name. The help-text next that field is wrong (I think that is wrong in all versions of HBa

Re: [VOTE] The 1st hbase 0.94.27 release candidate is available for download, vote closes March 26.

2015-03-25 Thread Andrew Purtell
+1 Checked sums and signature Unpacked tarball, layout looks good. Checked change log. Built from source Ran RAT check while building from source and the only issues were in directories found only in the binary convenience artifact: docs, hbase-webapps, logs Unit tests pass Launched minicluster in

Spinning up for 1.1 Release

2015-03-25 Thread Nick Dimiduk
With about 100 issues beyond the 1.0.x line [0], I think it's time to start talking about our 1.1.0 release. Noteworthy goodness already committed to the branch includes: - Async RPC client (HBASE-12684) - Improved compaction controls (HBASE-8329, HBASE-12859) - Per-column family flush (HBASE-1

Private MVN repos in HBase's pom.xml

2015-03-25 Thread lars hofhansl
I just noticed that Gary's repo is still listed in our pom. Do we still need that? Should we remove it? Not that I do not trust Gary... :)  Just that we should limit ourselves to the public repos. -- Lars       ghelmling.testing   Gary Helmling test repo   http://people.apache.org/

Re: Private MVN repos in HBase's pom.xml

2015-03-25 Thread Stack
I tried it recently and doesn't seem like we need it anymore. I was going to remove it but... St.Ack On Wed, Mar 25, 2015 at 3:47 PM, lars hofhansl wrote: > I just noticed that Gary's repo is still listed in our pom. Do we still > need that? Should we remove it? > Not that I do not trust Gary...

Re: Private MVN repos in HBase's pom.xml

2015-03-25 Thread Andrew Purtell
I don't believe we've needed that since we moved away from custom versions of Surefire. On Wed, Mar 25, 2015 at 3:49 PM, Stack wrote: > I tried it recently and doesn't seem like we need it anymore. I was going > to remove it but... > St.Ack > > On Wed, Mar 25, 2015 at 3:47 PM, lars hofhansl wro

[jira] [Created] (HBASE-13335) Update ClientSmallScanner and ClientSmallReversedScanner

2015-03-25 Thread Josh Elser (JIRA)
Josh Elser created HBASE-13335: -- Summary: Update ClientSmallScanner and ClientSmallReversedScanner Key: HBASE-13335 URL: https://issues.apache.org/jira/browse/HBASE-13335 Project: HBase Issue Ty

Re: Private MVN repos in HBase's pom.xml

2015-03-25 Thread Elliott Clark
Yeah we don't use it at all in branch-1 and master. I haven't checked 0.98 lately though it used to need it. On Wed, Mar 25, 2015 at 3:57 PM, Andrew Purtell wrote: > I don't believe we've needed that since we moved away from custom versions > of Surefire. > > On Wed, Mar 25, 2015 at 3:49 PM, Sta

[ANNOUNCE] HBase 0.94.27 is available for download

2015-03-25 Thread lars hofhansl
The HBase Team is pleased to announce the immediate release of HBase 0.94.27. Download it from your favorite Apache mirror [1]. This release has also been pushed to Apache's maven repository. All previous 0.92.x and 0.94.x releases can be upgraded to 0.97.27 via a rolling upgrade without downtime

[jira] [Created] (HBASE-13336) Consistent rules for security meta table protections

2015-03-25 Thread Andrew Purtell (JIRA)
Andrew Purtell created HBASE-13336: -- Summary: Consistent rules for security meta table protections Key: HBASE-13336 URL: https://issues.apache.org/jira/browse/HBASE-13336 Project: HBase Issu