Re: [VOTE] The 1st HBase 0.98.22 release candidate (RC0) is available

2016-09-06 Thread Heng Chen
+1 - Unpacked source and binary tarballs: layout looks good - Started up a 3-node cluster (Hadoop 2.7.2, Oracle JDK 8u20, 2 master, 3 rs) from binary tarballs. - Verified that the web UI works and shell works - build from source and run test case (JDK 8u20), passed. (There is some failed test

[jira] [Resolved] (HBASE-16564) ITBLL run failed with hadoop 2.7.2 on branch 0.98

2016-09-06 Thread Heng Chen (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heng Chen resolved HBASE-16564. --- Resolution: Invalid As [~Apache9] said, the best solution is upgrade hadoop client, so close this

Re: info:sn and info:server in hbase:meta table

2016-09-06 Thread Enis Söztutar
>From javadoc: /** * The serverName column qualifier. Its the server where the region is * transitioning on, while column server is the server where the region is * opened on. They are the same when the region is in state OPEN. */ public static final String

Re: Successful: HBase Generate Website

2016-09-06 Thread Misty Stanley-Jones
Pushed. On Wed, Sep 7, 2016, at 12:55 AM, Apache Jenkins Server wrote: > Build status: Successful > > If successful, the website and docs have been generated. To update the > live site, follow the instructions below. If failed, skip to the bottom > of this email. > > Use the following commands

[jira] [Created] (HBASE-16564) ITBLL run failed with hdfs 2.7.2 on branch 0.98

2016-09-06 Thread Heng Chen (JIRA)
Heng Chen created HBASE-16564: - Summary: ITBLL run failed with hdfs 2.7.2 on branch 0.98 Key: HBASE-16564 URL: https://issues.apache.org/jira/browse/HBASE-16564 Project: HBase Issue Type: Bug

[jira] [Resolved] (HBASE-16545) Add backup test where data is ingested during backup procedure

2016-09-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-16545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-16545. Resolution: Fixed Assignee: Ted Yu Hadoop Flags: Reviewed Thanks for the review, Vlad. >

Successful: HBase Generate Website

2016-09-06 Thread Apache Jenkins Server
Build status: Successful If successful, the website and docs have been generated. To update the live site, follow the instructions below. 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

[jira] [Resolved] (HBASE-15449) HBase Backup Phase 3: Support physical table layout change

2016-09-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-15449. Resolution: Fixed Hadoop Flags: Reviewed Thanks for the review, Vlad. > HBase Backup Phase 3:

Re: [VOTE] The 1st HBase 0.98.22 release candidate (RC0) is available

2016-09-06 Thread Andrew Purtell
Thanks for the +1, Heng. > TestThriftServer.beforeClass:97 » IO Shutting down Looks like the minicluster failed to launch. Port binding problem, perhaps? It passes when rerun manually because probably no other test is executing concurrently. By default our build runs unit tests with some

info:sn and info:server in hbase:meta table

2016-09-06 Thread Stephen Jiang
I scanned the hbase:meta table in a fresh-build master branch and get the following results. Seems to me that info:sn and info:server are some kind of duplicate (well, info:sn has the timestamp of RS, we could store this in info:server too if we want). Searching the code in master branch, I saw

Re: [VOTE] First release candidate for hbase-1.2.3 (RC0) is available

2016-09-06 Thread Stack
Thank you Heng for the retry (and Dima for the help). Letting the vote go another day or so. There is another vote to come in. Thanks, St.Ack On Mon, Sep 5, 2016 at 7:44 AM, Heng Chen wrote: > Thanks Dima! I rerun test with you suggestion, and it passed! (hbase >

[jira] [Created] (HBASE-16565) Add metrics for backup / restore

2016-09-06 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16565: -- Summary: Add metrics for backup / restore Key: HBASE-16565 URL: https://issues.apache.org/jira/browse/HBASE-16565 Project: HBase Issue Type: Improvement

[jira] [Created] (HBASE-16566) Add nonce support to TableBackupProcedure

2016-09-06 Thread Ted Yu (JIRA)
Ted Yu created HBASE-16566: -- Summary: Add nonce support to TableBackupProcedure Key: HBASE-16566 URL: https://issues.apache.org/jira/browse/HBASE-16566 Project: HBase Issue Type: Improvement

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-09-06 Thread Ted Yu
Andrew: Do you think you would have some time this week ? Thanks On Thu, Sep 1, 2016 at 8:47 AM, Andrew Purtell wrote: > Busy at work, aiming for next week. > > > On Sep 1, 2016, at 8:44 AM, Ted Yu wrote: > > > > Andrew: > > HBASE-16255 has been

[ANNOUNCE] Duo Zhang (张铎) joins the Apache HBase PMC

2016-09-06 Thread Stack
On behalf of the Apache HBase PMC I am pleased to announce that 张铎 has accepted our invitation to become a PMC member on the Apache HBase project. Duo has healthy notions on where the project should be headed and over the last year and more has been working furiously to take us there. Please join

Re: [ANNOUNCE] Duo Zhang (张铎) joins the Apache HBase PMC

2016-09-06 Thread liushaohui
Congratulations~ -Shaohui Liu On 09/07/2016 12:26 PM, Stack wrote: On behalf of the Apache HBase PMC I am pleased to announce that 张铎 has accepted our invitation to become a PMC member on the Apache HBase project. Duo has healthy notions on where the project should be headed and over the last

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-09-06 Thread Josh Elser
So, the answer to Sean's original question is "as robust as snapshots presently are"? (independence of backup/restore failure tolerance from snapshot failure tolerance) Is this just a question WRT context of the change, or is it means for a veto from you, Sean? Just trying to make sure I'm

Re: [ANNOUNCE] Duo Zhang (张铎) joins the Apache HBase PMC

2016-09-06 Thread Ted Yu
Congratulations, Duo. > On Sep 6, 2016, at 9:26 PM, Stack wrote: > > On behalf of the Apache HBase PMC I am pleased to announce that 张铎 > has accepted our invitation to become a PMC member on the Apache > HBase project. Duo has healthy notions on where the project should be >

Re: [ANNOUNCE] Duo Zhang (张铎) joins the Apache HBase PMC

2016-09-06 Thread Andrew Purtell
Congratulations! > On Sep 6, 2016, at 9:26 PM, Stack wrote: > > On behalf of the Apache HBase PMC I am pleased to announce that 张铎 > has accepted our invitation to become a PMC member on the Apache > HBase project. Duo has healthy notions on where the project should be >

Re: [DISCUSSION] Merge Backup / Restore - Branch HBASE-7912

2016-09-06 Thread Andrew Purtell
Fine I'll cast a vote as -0. If I find time to test that could easily change to +1. Perhaps my vote won't be needed. I don't wish to block you. > On Sep 6, 2016, at 6:55 PM, Ted Yu wrote: > > Andrew: > Do you think you would have some time this week ? > > Thanks > >

Re: [ANNOUNCE] Duo Zhang (张铎) joins the Apache HBase PMC

2016-09-06 Thread Dima Spivak
Yay Duo! On Tuesday, September 6, 2016, Stack wrote: > On behalf of the Apache HBase PMC I am pleased to announce that 张铎 > has accepted our invitation to become a PMC member on the Apache > HBase project. Duo has healthy notions on where the project should be > headed and

Re: [ANNOUNCE] Duo Zhang (张铎) joins the Apache HBase PMC

2016-09-06 Thread Guanghao Zhang
Congratulations! 2016-09-07 12:56 GMT+08:00 ramkrishna vasudevan < ramkrishna.s.vasude...@gmail.com>: > Congrats Duo..!!! > > On Wed, Sep 7, 2016 at 10:16 AM, liushaohui wrote: > > > Congratulations~ > > > > -Shaohui Liu > > > > > > On 09/07/2016 12:26 PM, Stack wrote: >

Re: [ANNOUNCE] Duo Zhang (张铎) joins the Apache HBase PMC

2016-09-06 Thread ramkrishna vasudevan
Congrats Duo..!!! On Wed, Sep 7, 2016 at 10:16 AM, liushaohui wrote: > Congratulations~ > > -Shaohui Liu > > > On 09/07/2016 12:26 PM, Stack wrote: > >> On behalf of the Apache HBase PMC I am pleased to announce that 张铎 >> has accepted our invitation to become a PMC

[jira] [Created] (HBASE-16567) Upgrade to protobuf3

2016-09-06 Thread stack (JIRA)
stack created HBASE-16567: - Summary: Upgrade to protobuf3 Key: HBASE-16567 URL: https://issues.apache.org/jira/browse/HBASE-16567 Project: HBase Issue Type: Task Components: Protobufs

Re: [ANNOUNCE] Duo Zhang (张铎) joins the Apache HBase PMC

2016-09-06 Thread Jerry He
Congratulations, 张铎! Excellent work. Jerry On Sep 6, 2016 9:57 PM, "Guanghao Zhang" wrote: > Congratulations! > > 2016-09-07 12:56 GMT+08:00 ramkrishna vasudevan < > ramkrishna.s.vasude...@gmail.com>: > > > Congrats Duo..!!! > > > > On Wed, Sep 7, 2016 at 10:16 AM,

RE: [ANNOUNCE] Duo Zhang (张铎) joins the Apache HBase PMC

2016-09-06 Thread ashish singhi
Congratulations! -Original Message- From: saint@gmail.com [mailto:saint@gmail.com] On Behalf Of Stack Sent: 07 September 2016 09:56 To: HBase Dev List; Hbase-User Subject: [ANNOUNCE] Duo Zhang (张铎) joins the Apache HBase PMC On behalf of the Apache HBase PMC I am pleased to