Re: [ANNOUNCE] Please welcome Tak Lon (Stephen) Wu to the HBase PMC

2023-01-30 Thread Balazs Meszaros
Congratulations! On Mon, Jan 30, 2023 at 9:19 AM Jan Hentschel wrote: > Congratulations and welcome! > > From: Duo Zhang > Date: Monday, January 30, 2023 at 3:50 AM > To: HBase Dev List , hbase-user < > user@hbase.apache.org>, user-zh > Subject: [ANNOUNCE] Please welcome Tak Lon (Stephen) Wu

Re: [ANNOUNCE] Please welcome Tak Lon (Stephen) Wu to the HBase PMC

2023-01-30 Thread Balazs Meszaros
Congratulations! On Mon, Jan 30, 2023 at 9:19 AM Jan Hentschel wrote: > Congratulations and welcome! > > From: Duo Zhang > Date: Monday, January 30, 2023 at 3:50 AM > To: HBase Dev List , hbase-user < > u...@hbase.apache.org>, user-zh > Subject: [ANNOUNCE] Please welcome Tak Lon (Stephen) Wu

Re: [ANNOUNCE] Please welcome Guangxu Cheng the HBase PMC

2019-12-09 Thread Balazs Meszaros
Congratulations and welcome Guangxu! On Mon, Dec 9, 2019 at 10:51 AM 宾莉金(binlijin) wrote: > Congratulations! > > Duo Zhang 于2019年12月9日周一 下午5:47写道: > > > On behalf of the Apache HBase PMC I am pleased to announce that Guangxu > > Cheng has accepted our invitation to become a PMC member on the

Re: [ANNOUNCE] Please welcome Balazs Meszaros to the Apache HBase PMC

2019-10-28 Thread Balazs Meszaros
Sent: 24 October 2019 22:35 > To: dev; Hbase-User > Subject: [ANNOUNCE] Please welcome Balazs Meszaros to the Apache HBase PMC > > On behalf of the Apache HBase PMC I am pleased to announce that > Balazs Meszaros has accepted our invitation to become a PMC member on the &g

Re: [ANNOUNCE] new HBase committer Sakthi

2019-08-01 Thread Balazs Meszaros
Congratulations, Sakthi On Thu, Aug 1, 2019 at 2:20 AM Rushabh Shah wrote: > Congratulations Sakthi !! > > On Wed, Jul 31, 2019 at 5:05 PM Sean Busbey wrote: > > > On behalf of the HBase PMC, I'm pleased to announce that Sakthi has > > accepted our invitation to become an HBase committer. > >

Re: [ANNOUNCE] Please welcome Jan Hentschel to the Apache HBase PMC

2019-05-09 Thread Balazs Meszaros
Congratulations Jan! On Thu, May 9, 2019 at 12:07 PM Lars Francke wrote: > Congratulations Jan and especially thank you for your work on the > deprecations > > On Wed, May 8, 2019 at 11:37 PM Sean Busbey wrote: > > > On behalf of the Apache HBase PMC I am pleased to announce that Jan > >

[ANNOUNCE] Apache HBase Connectors 1.0.0 is now available for download

2019-05-06 Thread Balazs Meszaros
The HBase team is happy to announce the immediate availability of Apache HBase Connectors 1.0.0. Apache HBase Connectors makes HBase available from Spark and enables replication to Kafka. HBase Connectors 1.0.0 is the first release of hbase-connectors. It is compatible with: - HBase 2.1.4 -

Re: [ANNOUNCE] New Committer: Balazs Meszaros

2018-10-12 Thread Balazs Meszaros
Thank you very much! Balazs On Fri, Oct 12, 2018 at 9:01 AM Peter Somogyi wrote: > Congratulations, Balázs! > > On Thu, Oct 11, 2018 at 9:49 PM Sean Busbey wrote: > >> On behalf of the HBase PMC, I'm pleased to announce that Balazs >> Meszaros has accepted our invit

Re: How to parse data stored in child node of ZK /hbase/region-in-transition

2018-05-18 Thread Balazs Meszaros
Hi, HBase parses the binary data in region-in-transition ZooKeeper node with org.apache.hadoop.hbase.RegionTransition.parseFrom(byte[] data). It is in the hbase-client jar. These APIs are private, so use them carefully. Best regards, Balazs On Fri, May 18, 2018 at 5:49 AM Debraj Manna