Re: Proposal for supported OS version changes

2020-04-13 Thread Bankim Bhavsar
LGTM. Bankim On Sun, Apr 12, 2020 at 10:48 AM Grant Henke wrote: > Hello Kudu Developers, > > As we approach the 1.12.0 release I think now is a good opportunity to > evaluate the platform versions > we support. Doing so before the 1.12.0 release is useful because it will > allow us to mark

Re: [ANNOUNCE] Welcoming Bankim Bhavsar as Kudu committer and PMC member

2020-04-21 Thread Bankim Bhavsar
> > > > > > Best, > > > Hao > > > > > > On Sat, Apr 18, 2020 at 5:45 PM Andrew Wong wrote: > > > > > >> Congratulations Bankim! Keep up the great work  > > >> > > >> On Sat, Apr 18, 2020 at 3:28 PM Adar Dembo wrote: > &g

Re: [VOTE] Apache Kudu 1.12.0-RC2

2020-04-30 Thread Bankim Bhavsar
+1 I was able to successfully compile debug and release builds on Linux and Mac OS. I ran C++ tests against debug and release builds on Linux using dist-test. Only the following test failed on release build. [ RUN ] MaintenanceManagerTest.TestPrioritizeLogRetentionUnderMemoryPressure

Re: Kudu 1.13

2020-08-25 Thread Bankim Bhavsar
I would like Jim's Bloom filter change[1] that was merged yesterday night (08/24) to be part of the 1.13 release I don't see the branch for 1.13 upstream, so I'm assuming it's not cut yet. [1] https://gerrit.cloudera.org/c/16248/ Thanks, -Bankim. On Tue, Aug 25, 2020 at 6:38 AM Grant Henke

Re: [VOTE] Apache Kudu 1.13.0-RC2

2020-09-16 Thread Bankim Bhavsar
+1 I checked out Kudu's source tagged with 1.13.0-RC2 from https://github.com/apache/kudu git mirror and built it on CentOS7 in RELEASE configuration. $ cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core) Build and all C++ tests passed successfully. 100% tests passed, 0 tests failed

Design Review: Dynamic Multi Master

2020-07-21 Thread Bankim Bhavsar
Please find below design for dynamic multi-master addressing KUDU-2181 https://docs.google.com/document/d/1PKA4juROjl5qRJAbi4X-eTUTvVoff6M49idvV4aEZLA/edit?usp=sharing Comments and feedback welcome. Thanks, -Bankim.

Re: [proposal] Kudu operating system requirements changes

2020-11-25 Thread Bankim Bhavsar
It'd be good to post this on the Kudu Slack channel as well. > - Drop Ubuntu 16 (Xenial) - EOL April 30th, 2021 Only concern will be dropping support for Ubuntu 16. So I would be interested in hearing from any Kudu users running on Ubuntu 16 if they are waiting for new features in Kudu but

Re: [VOTE] Apache Kudu 1.14.0-RC1

2021-01-26 Thread Bankim Bhavsar
+1. After switching the default java version on my Ubuntu 18.04 machine to open jdk 8, I was able to successfully build Kudu in release build mode and successfully ran all C++ tests. -Bankim. On Tue, Jan 26, 2021 at 11:37 AM Bankim Bhavsar wrote: > Attila mentioned this is rela

Re: [VOTE] Apache Kudu 1.14.0-RC1

2021-01-26 Thread Bankim Bhavsar
Compilation of 1.14-RC1 branch fails on Ubuntu 18.04 fails with the following error. I recall hitting a similar issue on master and worked around it by disabling the warnings with @SuppressWarnings("TypeParameterUnusedInFormals") It's coming from a java static type checker named ErrorProne I'll

Re: [VOTE] Apache Kudu 1.14.0-RC1

2021-01-26 Thread Bankim Bhavsar
Attila mentioned this is related to incompatibility with Java 11 and ErrorProne checker. Bug: https://issues.apache.org/jira/browse/KUDU-3239 Thanks, -Bankim. On Tue, Jan 26, 2021 at 10:47 AM Bankim Bhavsar wrote: > > Compilation of 1.14-RC1 branch fails on Ubuntu 18.04

Re: Apache Kudu 1.15.0-RC2

2021-06-15 Thread Bankim Bhavsar
Gentle reminder for voting on 1.15.0 RC2. -Bankim On Thu, Jun 10, 2021 at 3:16 PM Bankim Bhavsar wrote: > Hello Kudu devs! > > The Apache Kudu team is happy to announce the second release candidate for > Apache Kudu 1.15.0. > > Apache Kudu 1.15.0 is a minor releas

Apache Kudu 1.15.0-RC2

2021-06-10 Thread Bankim Bhavsar
Hello Kudu devs! The Apache Kudu team is happy to announce the second release candidate for Apache Kudu 1.15.0. Apache Kudu 1.15.0 is a minor release that offers many improvements and fixes since Apache Kudu 1.14.0. This is a source-only release. The artifacts have been staged here:

[ANNOUNCE] Apache Kudu 1.15.0 Released

2021-06-22 Thread Bankim Bhavsar
The Apache Kudu team is happy to announce the release of Kudu 1.15.0! Kudu is an open source storage engine for structured data which supports low-latency random access together with efficient analytical access patterns. It is designed within the context of the Apache Hadoop ecosystem and

Re: Apache Kudu 1.15.0-RC2

2021-06-21 Thread Bankim Bhavsar
ts -- I'll need to update Ranger's JVM settings to allow for >> less >> > > secure cipher/algorithm constraints. It's a test-only failure >> related to >> > > tighter security settings on contemporary Linux distros, and so not a >> big >> > > deal

Kudu-python addition

2021-06-21 Thread Bankim Bhavsar
Hello Kudu devs, Could anybody add me to the kudu-python project on Pypi.org? Need this for uploading kudu-python artifacts for 1.15.0 https://pypi.org/project/kudu-python/#history https://pypi.org/user/bankim/ Thanks, -Bankim.

Re: Kudu-python addition

2021-06-22 Thread Bankim Bhavsar
Thanks Todd. -Bankim On Mon, Jun 21, 2021 at 4:27 PM Todd Lipcon wrote: > Sent an invite. > > -Todd > > On Mon, Jun 21, 2021 at 4:06 PM Bankim Bhavsar wrote: > > > Hello Kudu devs, > > > > Could anybody add me to the kudu-python project on Pypi.org? Need

Re: Kudu 1.15 Release Proposal

2021-05-14 Thread Bankim Bhavsar
cherry-pick them to branch-1.15.x on gerrit. I'll send out follow-up emails about Release Notes and start putting together the RC1 build on Monday 05/17. Thanks, Bankim. On Fri, May 14, 2021 at 9:10 AM Bankim Bhavsar wrote: > Reminder branching for 1.15.0 will be done later today around 1pm

Re: Kudu 1.15 Release Proposal

2021-05-18 Thread Bankim Bhavsar
Started a doc for 1.15.0 Release Notes. Please fill in release notes for any significant changes you have made. https://docs.google.com/document/d/1EusLMIZtBxz3LLBV41C5nYtA4gsdmhmW_SBh2aOiSLE/edit# On Fri, May 14, 2021 at 9:27 PM Bankim Bhavsar wrote: > Resending the branching email from

Re: Kudu 1.15 Release Proposal

2021-05-14 Thread Bankim Bhavsar
Resending the branching email from my apache.org email address. On Fri, May 14, 2021 at 2:45 PM Bankim Bhavsar wrote: > Branch branch-1.15.x for Kudu version 1.15.0 has been created from commit > 336c65bfd. > 336c65bfd [doc] KUDU-2181 Update multi-master addition/removal

Re: Kudu 1.15 Release Proposal

2021-05-14 Thread Bankim Bhavsar
egards, > > Alexey > > > On Tue, May 4, 2021 at 10:11 AM Bankim Bhavsar wrote: > > > Hello Kudu devs, > > > > It has come to my attention that many members of the dev@kudu.apache.org > > mailing list didn't receive the first communication of Kudu 1.15 release > >

Re: Apache Kudu 1.15.0-RC1

2021-06-02 Thread Bankim Bhavsar
> > Linux test-only Kudu binary JAR artifacts are staged here: > > https://repository.apache.org/content/repositories/orgapachekudu-1090 > We also need the MacOS JARs before we can release, and ideally, vote. I can > build it on Catalina if you don't have a Mac, please let me know if I should do

Re: Apache Kudu 1.15.0-RC1

2021-06-02 Thread Bankim Bhavsar
Resending with apache.org email address. -Bankim. On Wed, Jun 2, 2021 at 11:57 AM Bankim Bhavsar wrote: > Thanks for identifying and fixing these issues, Grant. > > Please go ahead and cherry-pick to 1.15.x once the changes land in master. > I'll start a new RC along with Release N

Re: Apache Kudu 1.15.0-RC1

2021-06-02 Thread Bankim Bhavsar
Thanks for identifying and fixing these issues, Grant. Please go ahead and cherry-pick to 1.15.x once the changes land in master. I'll start a new RC along with Release Notes, Mac OS jar artifacts after that. Thanks, -Bankim. On Wed, Jun 2, 2021 at 10:47 AM Grant Henke wrote: > I have

Apache Kudu 1.15.0-RC1

2021-05-26 Thread Bankim Bhavsar
Hello Kudu devs! The Apache Kudu team is happy to announce the first release candidate for Apache Kudu 1.15.0. Apache Kudu 1.15.0 is a minor release that offers many improvements and fixes since Apache Kudu 1.14.0. This is a source-only release. The artifacts have been staged here:

Kudu 1.15 Release Proposal

2021-04-27 Thread Bankim Bhavsar
Hello Kudu devs, It's been almost 3 months since Kudu 1.14.0 was released on Jan 29th 2021, I would like to volunteer to manage the Kudu 1.15.0 release. Based on previous experience, I'd like to have a window to be a bit longer to allow finishing any in-progress work that you'd like to squeeze

Re: Kudu 1.15 Release Proposal

2021-05-04 Thread Bankim Bhavsar
from my apache email address. Let me know if you've received this email. Thanks, -Bankim. On Mon, May 3, 2021 at 11:23 AM Andrew Wong wrote: > Thanks for volunteering Bankim! > > +1, branching next Monday sounds good to me. > > On Tue, Apr 27, 2021 at 10:02 AM Bankim Bha