Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-08 Thread ramkrishna vasudevan
Done. https://issues.apache.org/jira/browse/HBASE-19221 Thanks Stack. Regards Ram On Thu, Nov 9, 2017 at 11:36 AM, Stack wrote: > Thats a dirty rotten bug I'd say. File blocker on beta-1. Thanks Ram. > S > > On Wed, Nov 8, 2017 at 8:56 PM, ramkrishna vasudevan < >

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-08 Thread Stack
Thats a dirty rotten bug I'd say. File blocker on beta-1. Thanks Ram. S On Wed, Nov 8, 2017 at 8:56 PM, ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com> wrote: > Hi Stack > I tried running some IT test cases using the alpha-4 RC. I found this issue > Exception in thread "main"

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-08 Thread ramkrishna vasudevan
Hi Stack I tried running some IT test cases using the alpha-4 RC. I found this issue Exception in thread "main" java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing at java.lang.ClassLoader.defineClass1(Native Method) at

[RESULT][VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-06 Thread Stack
With 5 binding +1s and 4 non-binding +1s with no votes against, the vote passes. Thank you to all who voted (appreciate the enthusiasm and especially the non-binding votes). Thanks all, St.Ack On Sat, Nov 4, 2017 at 2:33 PM, Jean-Marc Spaggiari wrote: > Thanks for

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-04 Thread Jean-Marc Spaggiari
Thanks for your reply Stack. I will get ready to test the next version. Excited to see 2.0 coming out 2017-11-04 14:44 GMT-04:00 Stack : > On Sat, Nov 4, 2017 at 1:45 AM, Jean-Marc Spaggiari < > jean-m...@spaggiari.org > > wrote: > > > Folks, are you able to run the tests?

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-04 Thread Stack
On Sat, Nov 4, 2017 at 1:45 AM, Jean-Marc Spaggiari wrote: > Folks, are you able to run the tests? > > I'm trying to run this: > > mvn test -P runAllTests -Dsurefire.secondPartThreadCount=2 > -Dtest.build.data.basedirectory=/ram4G > > > But I'm not able to get it

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-04 Thread Jean-Marc Spaggiari
Folks, are you able to run the tests? I'm trying to run this: mvn test -P runAllTests -Dsurefire.secondPartThreadCount=2 -Dtest.build.data.basedirectory=/ram4G But I'm not able to get it running completely. It always fails somewhere, never in the same place. How are you running the tests, if

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-03 Thread Yung-An He
+1 non-binding Checked MD5 : OK Download the bin tarball : OK Start from bin tar with cluster mode via docker container: OK Import data with 100 million rows and 10 columns to table via ImportTsv: OK Execute basic command via `hbase shell`: OK ‌ 2017-11-02 5:02 GMT+08:00 Mike Drob

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-03 Thread ramkrishna vasudevan
Downloaded src tar and bin tar. After building the src code tried to start from the src/bin folder. But it had the cached_classpath issue. I can see that already the issue has been backported. Then started master and region server with bin tar. Ran PE tool. All looks fine. Infact ran PE tool

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-02 Thread Stack
I backported HBASE-18705. St.Ack On Thu, Nov 2, 2017 at 10:05 AM, Stack wrote: > Thank you Guanghao. Let me see about getting the issue backported. Are you > a +/- 1 sir? Thanks for the digging. > S > > On Thu, Nov 2, 2017 at 1:31 AM, Guanghao Zhang wrote:

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-02 Thread Stack
Thank you Guanghao. Let me see about getting the issue backported. Are you a +/- 1 sir? Thanks for the digging. S On Thu, Nov 2, 2017 at 1:31 AM, Guanghao Zhang wrote: > There is already a issue HBASE-18705 > about this

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-02 Thread Peter Somogyi
+1 (non-binding), found 1 issue. Checked signatures, sums - OK Built from source tar and git tag (Oracle JDK 1.8.0_151, Maven 3.5.2) - OK Rat check - OK Starting standalone server from bin tar - OK LTT with 1M rows - OK LICENSE, NOTICE - OK Problem: Starting standalone server after building from

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-02 Thread Guanghao Zhang
There is already a issue HBASE-18705 about this problem. But it was only pushed to master branch. 2017-11-02 15:21 GMT+08:00 Guanghao Zhang : > Updated f="${HBASE_HOME}/target/cached_classpath.txt" to >

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-02 Thread Guanghao Zhang
Updated f="${HBASE_HOME}/target/cached_classpath.txt" to f="${HBASE_HOME}/hbase-build-configuration/target/cached_classpath.txt". Then start hbase success. Anything wrong for my environment? Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00) Maven home:

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-02 Thread Guanghao Zhang
Download src and build pass. But when start-hbase.sh, I found the master can't start in standalone mode. ``` running master, logging to /home/hao/open_source/hbase_release/hbase-2.0.0-alpha4/bin/../logs/hbase-hao-master-Xiaohao.out As this is a development environment, we need

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-02 Thread Stack
On Wed, Nov 1, 2017 at 9:41 PM, Josh Elser wrote: > +1 (binding) > > * UT's mostly ok. Exceptions being: TestNamespacesInstanceResource, > TestReplicaWithCluster, TestReplicationAdmin, and TestRegionServerHostname > consistently fail for me locally (commented on HBASE-19147) >

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-01 Thread Josh Elser
+1 (binding) * UT's mostly ok. Exceptions being: TestNamespacesInstanceResource, TestReplicaWithCluster, TestReplicationAdmin, and TestRegionServerHostname consistently fail for me locally (commented on HBASE-19147) * xsum+sigs OK * can build from source * src archive contents looks OK

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-01 Thread Mike Drob
+1 Verified sigs and hashes. Src tar matches git tag. Able to build from src tar w/ hadoop 2 & 3 Able to start from bin tar, verified basic functionality. Filed HBASE-19151 for some warning messages on shell startup. Failed to start with Java9, but didn't expect this to work anyway. On Wed, Nov

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-01 Thread Umesh Agashe
+1 Questions/ concerns: * Staging directory naming convention changed between alpha-3 and alpha-4: hbase-2.0.0-alpha-3RC0/ hbase-2.0.0-alpha4RC0/ * .gitignore be included in source bundle, can it be dropped? Verifications: * Download the src tarball: good. * Verify the checksums and

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-01 Thread Artem Ervits
+1 Checked md5 ran LTT tool with 10k rows ran PE tool with 6M rows executed counter in hbase shell On Wed, Nov 1, 2017 at 1:18 PM, Ted Yu wrote: > +1 > > Checked signatures > Built from source > Ran load test tool with 1 mil rows. > > On Wed, Nov 1, 2017 at 7:17 AM,

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-01 Thread Ted Yu
+1 Checked signatures Built from source Ran load test tool with 1 mil rows. On Wed, Nov 1, 2017 at 7:17 AM, Stack wrote: > The first release candidate for HBase 2.0.0-alpha4 is up at: > > https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alpha4RC0/ > > Maven

Re: [VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-01 Thread Andrew Purtell
+1 Sums and signatures: ok Spot check LICENSE and NOTICE: ok RAT check: ok Built from source: ok (8u133) LTT, 1M rows: ok (8u133) On Wed, Nov 1, 2017 at 7:17 AM, Stack wrote: > The first release candidate for HBase 2.0.0-alpha4 is up at: > >

[VOTE] First hbase-2.0.0-alpha4 Release Candidate is available

2017-11-01 Thread Stack
The first release candidate for HBase 2.0.0-alpha4 is up at: https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alpha4RC0/ Maven artifacts are available from a staging directory here: https://repository.apache.org/content/repositories/orgapachehbase-1178 All was signed with my key at