Re: [DISCUSS] EOL 4.16 and 4.x?

2021-05-18 Thread Istvan Toth
Hi! I am looking forward to less backports, and I want to use Java 8 features freely as much as the next developer. However, I'm going to play the devil's advocate here, and spell out what Ankit hinted at: We know that SFDC is the main contributor, and probably also the single largest user of Ph

Re: [DISCUSS] Move our official slack channel to the one in the-asf.slack.com

2024-07-08 Thread Istvan Toth
+1 On Sun, Jul 7, 2024 at 8:55 PM Pankaj Kumar wrote: > +1 > > On Sun, Jul 7, 2024 at 9:24 PM Bryan Beaudreault > wrote: > > > +1 sounds good to me > > > > On Sun, Jul 7, 2024 at 11:07 AM Duo Zhang wrote: > > > > > As I mentioned in another thread, now slack will hide the comments > > > before

Re: Inconsistent client version issue

2024-09-09 Thread Istvan Toth
Hive 1.1 is from 2015, and has a pre 1.0 HBase version. https://github.com/apache/hive/blob/e60744d017ef79f1b17f474c0b969d4ca5592462/pom.xml#L124 So the exception seems to be justified. Istvan On Mon, Sep 9, 2024 at 8:05 AM 张铎(Duo Zhang) wrote: > Could you please provide the full stack trace w

Re: Evolution of Phoenix into a Document DB

2024-11-11 Thread Istvan Toth
Thank you Viraj! On Tue, Nov 12, 2024 at 7:40 AM Viraj Jasani wrote: > Hi, > > We recently published a blog post on how we transformed Apache Phoenix into > a Document Database while retaining the power of SQL. The data type support > we introduced in Phoenix could also be done in HBase. > > Ho

Re: [ANNOUNCE] Please welcome István Tóth to the HBase PMC

2024-12-01 Thread Istvan Toth
Thanks everyone! I'm honored to join you in the PMC. best regards Istvan On Fri, Nov 29, 2024 at 9:26 AM 张铎(Duo Zhang) wrote: > Congratulations! > > Pankaj Kumar 于2024年11月29日周五 13:05写道: > > > > Congratulations & welcome István!! > > > > > > On Fri, 29 Nov, 2024, 10:21 am Tak Lon (Stephen) Wu,

Re: [ANNOUNCE] Please welcome Nihal Jain to the HBase PMC

2025-02-05 Thread Istvan Toth
Congratulations Nihal! Istvan On Thu, Feb 6, 2025 at 6:56 AM Pankaj Kumar wrote: > Congratulations and Welcome Nihal !! > > Regards, > Pankaj > > On Thu, 6 Feb, 2025, 8:31 am 张铎(Duo Zhang), wrote: > > > On behalf of the Apache HBase PMC I am pleased to announce that > > Nihal Jain has accepted

Re: [DISCUSS] How to handle assemblies for running integration tests ?

2025-03-21 Thread Istvan Toth
t; > > For ChaosMonkey, I only used it when running ITBLL against a cluster. > > > > Let me try running failsafe locally too. > > > > Thanks. > > > > Istvan Toth 于2025年3月18日周二 01:48写道: > > > > > > In order to get a leaner binary assembly and

[DISCUSS] How to handle assemblies for running integration tests ?

2025-03-17 Thread Istvan Toth
In order to get a leaner binary assembly and to reduce HBase's CVE surface we have removed the test JARs from the normal assemblies in HBase 3 . However, these assemblies cannot run the HBase integration tests in the hbase-it module. There are several options for handling this, but the easiest on