Successful: HBase Generate Website

2016-01-29 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. If failed, skip to the bottom of this email. Use the following commands to download the patch and apply it to a clean branch based on origin/asf-site. If you prefer to keep the hbase-site repo around

[VOTE] HBase 1.2.0 RC1

2016-01-29 Thread Sean Busbey
Hi Folks! I'm pleased to announce the second release candidate for HBase 1.2.0. Artifacts are available here: https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.0RC1/ As of this vote, the relevant md5 hashes are: a338ca93cd4c495f03bcff2d457222ef hbase-1.2.0-bin.tar.gz

Re: [VOTE] HBase 1.2.0 RC1

2016-01-29 Thread Sean Busbey
That closing date should be 4:00PM UTC on Friday, Feb 5th, 2016 and not 2015. The link to the "find this in your local timezone" has the correct date/time. On Fri, Jan 29, 2016 at 9:29 AM, Sean Busbey wrote: > Hi Folks! > > I'm pleased to announce the second release candidate

[jira] [Created] (HBASE-15187) Integrate CSRF prevention filter to REST gateway

2016-01-29 Thread Ted Yu (JIRA)
Ted Yu created HBASE-15187: -- Summary: Integrate CSRF prevention filter to REST gateway Key: HBASE-15187 URL: https://issues.apache.org/jira/browse/HBASE-15187 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-15190) Monkey dies when running on shared cluster (gives up when can't kill the other fellows processes)

2016-01-29 Thread stack (JIRA)
stack created HBASE-15190: - Summary: Monkey dies when running on shared cluster (gives up when can't kill the other fellows processes) Key: HBASE-15190 URL: https://issues.apache.org/jira/browse/HBASE-15190

[jira] [Created] (HBASE-15188) IT monkey fails if running on shared cluster; can't kill the other fellows job and gives up

2016-01-29 Thread stack (JIRA)
stack created HBASE-15188: - Summary: IT monkey fails if running on shared cluster; can't kill the other fellows job and gives up Key: HBASE-15188 URL: https://issues.apache.org/jira/browse/HBASE-15188

[jira] [Created] (HBASE-15189) IT monkey fails if running on shared cluster; can't kill the other fellows job and gives up

2016-01-29 Thread stack (JIRA)
stack created HBASE-15189: - Summary: IT monkey fails if running on shared cluster; can't kill the other fellows job and gives up Key: HBASE-15189 URL: https://issues.apache.org/jira/browse/HBASE-15189

[jira] [Resolved] (HBASE-15037) CopyTable and VerifyReplication - Option to specify batch size, versions

2016-01-29 Thread Ramana Uppala (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramana Uppala resolved HBASE-15037. --- Resolution: Duplicate Closing as this is duplicate of

[jira] [Created] (HBASE-15192) TestRegionMergeTransactionOnCluster#testCleanMergeReference is flaky

2016-01-29 Thread Ted Yu (JIRA)
Ted Yu created HBASE-15192: -- Summary: TestRegionMergeTransactionOnCluster#testCleanMergeReference is flaky Key: HBASE-15192 URL: https://issues.apache.org/jira/browse/HBASE-15192 Project: HBase

Re: [VOTE] HBase 1.2.0 RC1

2016-01-29 Thread Ted Yu
+1 Ran test suite using Java 1.7.0_67 Exercised basic shell commands [INFO] Apache HBase - Shaded - Client . SUCCESS [ 0.493 s] [INFO] Apache HBase - Shaded - Server . SUCCESS [ 0.867 s] [INFO]

[jira] [Created] (HBASE-15193) Rename ByteBufferInputStream in master

2016-01-29 Thread Enis Soztutar (JIRA)
Enis Soztutar created HBASE-15193: - Summary: Rename ByteBufferInputStream in master Key: HBASE-15193 URL: https://issues.apache.org/jira/browse/HBASE-15193 Project: HBase Issue Type: Bug

Re: [DISCUSS] new build infrastructure for creation/maintenance of hbase maven archetypes (HBASE-14877)

2016-01-29 Thread Daniel Vimont
Here is the new markdown version of the README rendered on a github test page (much easier to read than the raw text was): https://github.com/dvimont/test_hbasearchetypes_readme On Fri, Jan 29, 2016 at 6:28 AM, Daniel Vimont wrote: > Hi Nick, > > Perhaps my choice of the

[ANNOUNCE] Apache HBase 1.0.3 is now available for download

2016-01-29 Thread Enis Söztutar
HBase Team is pleased to announce the immediate release of HBase 1.0.3. Download it from your favorite Apache mirror [1] or maven repository. HBase 1.0.3 is the next “patch” release in the 1.0.x release line and supersedes all earlier 1.0.x. According to the HBase’s semantic version guide (See

[jira] [Resolved] (HBASE-15193) Rename ByteBufferInputStream in master

2016-01-29 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-15193. --- Resolution: Not A Problem Turns out in master we have ByteBuff that is abstracting java's

[jira] [Created] (HBASE-15191) CopyTable and VerifyReplication - Option to specify batch size, versions

2016-01-29 Thread Parth Shah (JIRA)
Parth Shah created HBASE-15191: -- Summary: CopyTable and VerifyReplication - Option to specify batch size, versions Key: HBASE-15191 URL: https://issues.apache.org/jira/browse/HBASE-15191 Project: HBase

Re: [VOTE] HBase 1.2.0 RC1

2016-01-29 Thread Ted Yu
Compilation didn't pass on the expanded source tar ball: [ERROR] /home/hbase/hbase-1.2.0/hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/MasterProcedureQueue.java:[60,7] error: MasterProcedureQueue is not abstract and does not override abstract method poll() in

Re: [VOTE] HBase 1.2.0 RC1

2016-01-29 Thread Ted Yu
Oops - I should have removed the old directory before untarring. Running tests now. Will report back. On Fri, Jan 29, 2016 at 10:49 AM, Matteo Bertozzi wrote: > that file MasterProcedureQueue is no longer in 1.2. > maybe something from the old RC was left in the dir >

Re: [VOTE] HBase 1.2.0 RC1

2016-01-29 Thread Matteo Bertozzi
that file MasterProcedureQueue is no longer in 1.2. maybe something from the old RC was left in the dir Matteo On Fri, Jan 29, 2016 at 10:39 AM, Ted Yu wrote: > Compilation didn't pass on the expanded source tar ball: > > [ERROR] > >

[jira] [Resolved] (HBASE-15189) IT monkey fails if running on shared cluster; can't kill the other fellows job and gives up

2016-01-29 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-15189. --- Resolution: Duplicate HBASE-15190 > IT monkey fails if running on shared cluster; can't kill the other

[jira] [Resolved] (HBASE-15188) IT monkey fails if running on shared cluster; can't kill the other fellows job and gives up

2016-01-29 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-15188. --- Resolution: Duplicate Dup of HBASE-15189 > IT monkey fails if running on shared cluster; can't kill the