Re: [DISCUS] Plan the next Hive release

2024-04-18 Thread Stamatis Zampetakis
There are also many projects that never create minor version releases; it's up to each project to decide what fits best on each occasion. I am not against minor releases nor suggest that this should be the way to go for every release from now onwards. I am just saying that at this point in time I

Re: [Blog] Apache Hive 4.0 Release blog for ASF M & P

2024-04-18 Thread Ayush Saxena
Update: I submitted this last week, and I circled back to check, this is being reviewed and they are dropping, tweaking a couple of things and writing some Apache stuff & all to follow their template(Which I should have done myself, they shared the template of Apache Wicket), those things we don’t

Re: [DISCUS] Plan the next Hive release

2024-04-18 Thread Denys Kuzmenko
Hi Stamatis, That is the standard practice to create minor version release for bugfixes. Many upstream projects follow that same strategy, check Iceberg for example. Regards, Denys On 2024/04/18 07:49:59 Stamatis Zampetakis wrote: > The 4.0.0 release was quite recent so I assume we don't have

Re: [DISCUS] Plan the next Hive release

2024-04-18 Thread Stamatis Zampetakis
The 4.0.0 release was quite recent so I assume we don't have major breaking changes in there at the moment so we could cut the release directly from master as soon as we want. HIVE-28166 is already merged so we could aim to cut 4.1.0 as soon as HIVE-28190 goes in. The experience shows that we are

Re: Issue with joda-time library bundled in hive-exec:4.0.0

2024-04-18 Thread Simhadri G
Hi Cheng Pan, There is long running Hive mail thread discussing this here: https://lists.apache.org/thread/sxcrcf4v9j630tl9domp0bn4m33bdq0s On Thu, Apr 18, 2024 at 11:15 AM Cheng Pan wrote: > Hi Ayush, > > > Hive is already in discussion of marking Hive-2.x EOL, so at very best > we would

Re: Issue with joda-time library bundled in hive-exec:4.0.0

2024-04-17 Thread Cheng Pan
Hi Ayush, > Hive is already in discussion of marking Hive-2.x EOL, so at very best we > would have one release and immediately after that we will announce it EOL Does the discussion happen in public? Is there an ETA for the final release of branch-2.3? Thanks, Cheng Pan > On Apr 17, 2024,

Re: Issue with joda-time library bundled in hive-exec:4.0.0

2024-04-17 Thread Ayush Saxena
Thanx Cheng Pan for sharing the pointers, Do you have any list of issues or pointers on what are the challenges for Spark to move to a higher Hive version? I know upgrading libraries is quite challenging but it is inevitable. Hive is already in discussion of marking Hive-2.x EOL, so at very best

Re: Issue with joda-time library bundled in hive-exec:4.0.0

2024-04-17 Thread Cheng Pan
> … we are exploring ways to get Spark move from 2.3.9 to 4.0, Our initial > hunch is that it would be quite challenging without a hive-exec slim jar … It should be challenging to upgrade Spark’s built-in Hive version. Actually, we already did lots of work on branch-2.3 which focuses on CVE

Re: Issue with joda-time library bundled in hive-exec:4.0.0

2024-04-17 Thread Cheng Pan
There is a JIRA ticket[1] that tracks "upgrading built-in Hive to 3+” BTW, regarding HMS API used by Spark, the Hive 2.3.9 client is compatible with HMS from 2.0 to 4.0, while the upcoming Hive 2.3.10 client should be compatible with HMS from 1.2 to 4.0, if we decide to upgrade the built-in

Re: [DISCUS] Plan the next Hive release

2024-04-17 Thread Ayush Saxena
Hi Stamatis, The plan is to have a release line cut from the branch-4.0, So, we plan to pull in some critical bug fixes & improvements into the 4.0.1 release and have a quicker release. As of now we are just putting the label "hive-4.0.1-must" on the tickets and we plan to make sure those get

Archive old Hive releases

2024-04-17 Thread Stamatis Zampetakis
Hi all, Following the INFRA policy [1] about handling current and older releases, I just removed the following releases from the main download site [2]. Apache Hive 1.2.2 Apache Hive 3.1.2 Apache Hive 1.2.2 Apache Hive 4.0.0-alpha-1 Apache Hive 4.0.0-alpha-2 Apache Hive 4.0.0-beta-1 The

Query Regarding Core Classified Hive-Exec Artifact in Future Releases

2024-04-17 Thread Mergu Ravi
Hi Hive Team, >From this Hive ticket https://issues.apache.org/jira/browse/HIVE-25531, I understood that the core classified hive-exec artifact was removed. Is there any plan to include this core artifact in upcoming releases? -- Thanks & Regards, Ravi Mergu

Re: [DISCUS] Plan the next Hive release

2024-04-17 Thread Stamatis Zampetakis
Thanks for starting the discussion Ayush. Having frequent releases is definitely needed so we should keep the momentum going. I had the impression from other threads that the next Hive release would be 4.1.0 and that it would be cut from master. I would like to understand how 4.0.1 is different

Re: Issue with joda-time library bundled in hive-exec:4.0.0

2024-04-16 Thread Mergu Ravi
I've observed the hive-exec:3.x version, where in the 3.1.0 version, I found the core classifier library. When we can expect a similar core classifier library in the 4.1.0 version. On Wed, Apr 17, 2024 at 4:14 AM Ayush Saxena wrote: > Some can't be relocated, it is pretty challenging to

Re: Issue with joda-time library bundled in hive-exec:4.0.0

2024-04-16 Thread Ayush Saxena
Some can't be relocated, it is pretty challenging to relocate them, one I remember is calcite, I tried that here: https://issues.apache.org/jira/browse/HIVE-23772 & it didn't work, I am not sure if things have changed now. Relocated dependencies shouldn't be problematic I believe, having jars

Re: Issue with joda-time library bundled in hive-exec:4.0.0

2024-04-16 Thread László Bodor
isn't this as simple to solve as relocating joda (or what causes problems in general)? I cannot recall when and why we removed the core jar, and I'm not against it, but I feel that relocating something that is already shaded in the uber jar is much easier looks like we shade a lot:

Re: Issue with joda-time library bundled in hive-exec:4.0.0

2024-04-16 Thread Mergu Ravi
When can we expect the core jar for 4.0.0 version. On Tue, Apr 16, 2024 at 4:57 PM Denys Kuzmenko wrote: > Hi Ravi, > > hive-exec is the uber jar, the same thing is done in Hive-3.x. We are > considering restoring the hive-core jar that only has classes from ql > > On 2024/04/16 06:24:20 Mergu

Re: Issue with joda-time library bundled in hive-exec:4.0.0

2024-04-16 Thread Denys Kuzmenko
Hi Ravi, hive-exec is the uber jar, the same thing is done in Hive-3.x. We are considering restoring the hive-core jar that only has classes from ql On 2024/04/16 06:24:20 Mergu Ravi wrote: > Hi Hive Team, > > I'm currently using the Hive 4.0.0 libraries and facing an issue with the >

Issue with joda-time library bundled in hive-exec:4.0.0

2024-04-16 Thread Mergu Ravi
Hi Hive Team, I'm currently using the Hive 4.0.0 libraries and facing an issue with the hive-exec:4.0.0 library. It seems that the Joda-Time library is bundled within it, preventing me from excluding it and using my existing Joda-Time library. Could you please provide insight into why this

Issue with joda-time library bundled in hive-exec:4.0.0

2024-04-16 Thread Mergu Ravi
Hi Hive Team, I'm currently using the Hive 4.0.0 libraries and facing an issue with the hive-exec:4.0.0 library. It seems that the Joda-Time library is bundled within it, preventing me from excluding it and using my existing Joda-Time library. Could you please provide insight into why this

[ANNOUNCE] Hive 1.x EOL

2024-04-11 Thread Ayush Saxena
Hi All, The Apache Hive Community has voted to declare the 1.x release line as End of Life (EOL). This means no further updates or releases will be made for this series. We urge all Hive 1.x users to upgrade to the latest versions promptly to benefit from new features and ongoing support.

Re: [DISCUS] Plan the next Hive release

2024-04-10 Thread Denys Kuzmenko
We might need it sooner as identified some critical issues in the recent code: 1. HIVE-28166: Truncate on Iceberg table disregards the branch name and operates on a main; 2. HIVE-28190: Materialized view rebuild lock heart-beating is broken;

Re: [DISCUS] Plan the next Hive release

2024-04-09 Thread Zhihua Deng
+1. Thank you Ayush, for pushing things forward! I would like to volunteer for the 4.0.1 release. Thanks, Zhihua On 2024/04/09 22:30:55 Ayush Saxena wrote: > Hi All, > As we all know Hive-4.0 is released. I think we should try to maintain a > regular cadence for the 4.x release line. > So, I

[DISCUS] Plan the next Hive release

2024-04-09 Thread Ayush Saxena
Hi All, As we all know Hive-4.0 is released. I think we should try to maintain a regular cadence for the 4.x release line. So, I propose having a 4.0.1 release in the next 3 months or so, with some critical bug fixes and improvements on top of our last 4.0.0 release. We would need someone to

Re: [Blog] Apache Hive 4.0 Release blog for ASF M & P

2024-04-08 Thread Ayush Saxena
A reminder, I have addressed comments from everyone so far. I plan to send this tomorrow. Do give a check guys. If anyone wants me to hold or see I missed any of their comments, just let me know, it might have got skipped unintentionally. -Ayush On Fri, 5 Apr 2024 at 22:08, Simhadri G wrote: >

Re: [Blog] Apache Hive 4.0 Release blog for ASF M & P

2024-04-05 Thread Simhadri G
Looks great, thanks Ayush! :) On Fri, Apr 5, 2024, 8:54 PM Butao Zhang wrote: > Good job Ayush! > Hope this can make more people know that Apache Hive 4.0 is really ready > to be used! > > > Thanks, > Butao Zhang > Replied Message > From Ayush Saxena > Date 4/5/2024 19:55 > To dev

Re: Next Jira Fix Version after 4.0.0

2024-04-05 Thread Ayush Saxena
Hi Laszlo, The next version is 4.1.0 only. AFAIK the target fix version is by practice the one defined in the pom.xml file. https://github.com/apache/hive/blob/master/pom.xml#L24 -Ayush On Fri, 5 Apr 2024 at 20:36, László Bodor wrote: > Now, as Apache Hive 4.0.0 has been released, it's time

Re: [Blog] Apache Hive 4.0 Release blog for ASF M & P

2024-04-05 Thread Butao Zhang
Good job Ayush! Hope this can make more people know that Apache Hive 4.0 is really ready to be used! Thanks, Butao Zhang Replied Message | From | Ayush Saxena | | Date | 4/5/2024 19:55 | | To | dev | | Subject | [Blog] Apache Hive 4.0 Release blog for ASF M & P | Hi All, Have

Next Jira Fix Version after 4.0.0

2024-04-05 Thread László Bodor
Now, as Apache Hive 4.0.0 has been released, it's time to find a new Fix Version to make devs able to pick a valid one when resolving new tickets. I'm proposing *4.1.0*, which can be bulk-changed later if we decide otherwise. Any opinions about this? Thanks, Laszlo Bodor

Running multiple Qtest with Postgre/MSSQL/MYSQL

2024-04-05 Thread Zoltán Rátkai
Hi Everyone, since this ticket is merged, it is possible to run not just one qtest with a specified DB instead of Derby (default), but multiple one: https://issues.apache.org/jira/browse/HIVE-28037 I would like to update this page:

Re: [Blog] Apache Hive 4.0 Release blog for ASF M & P

2024-04-05 Thread Denys Kuzmenko
Looks great, thanks Ayush!

Re: [Blog] Apache Hive 4.0 Release blog for ASF M & P

2024-04-05 Thread Ayush Saxena
Hi Stamatis, I have changed the permissions to allow everyone with the link to have comment access. I have additionally given you edit access as well. Let me know if things don't work -Ayush On Fri, 5 Apr 2024 at 17:34, Stamatis Zampetakis wrote: > Great initiative and nice content. Overall,

Re: [Blog] Apache Hive 4.0 Release blog for ASF M & P

2024-04-05 Thread Stamatis Zampetakis
Great initiative and nice content. Overall, it looks great! I have some minor comments. Is it possible to change permissions allow comments from anyone or it has to be done on a per user basis? Best, Stamatis On Fri, Apr 5, 2024 at 1:54 PM Ayush Saxena wrote: > > Hi All, > > Have been talking

[Blog] Apache Hive 4.0 Release blog for ASF M & P

2024-04-05 Thread Ayush Saxena
Hi All, Have been talking to the ASF M & P team and they recongonise the 4.0 release is a big milestone for our project. They are happy to have an entry for us in the their news column, ex: https://news.apache.org/foundation/entry/apache-software-foundation-announces-apache-wicket-v10 So, I

Re: HIVE-28059: Iceberg REST Catalog

2024-04-05 Thread Denys Kuzmenko
Hi Henri, The idea to provide a simple, open standard interface to enable integration of 3rd party compute engines and tools is great, however, there are concerns about the suggested design. -1 on the current implementation (+1 more Jetty server on HMS instance)

Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-04-04 Thread Sungwoo Park
Congratulations and huge thanks to Apache Hive team and contributors for releasing Hive 4. We have been watching the development of Hive 4 since the release of Hive 3.1, and it's truly satisfying to witness the resolution of all the critical issues at last after 5 years. Hive 4 comes with a lot of

Community over Code EU 2024: Start planning your trip!

2024-04-03 Thread Ryan Skraba
[Note: You're receiving this email because you are subscribed to one or more project dev@ mailing lists at the Apache Software Foundation.] Dear community, We hope you are doing great, are you ready for Community Over Code EU? Check out the featured sessions, get your tickets with special

Participate in the ASF 25th Anniversary Campaign

2024-04-03 Thread Brian Proffitt
Hi everyone, As part of The ASF’s 25th anniversary campaign[1], we will be celebrating projects and communities in multiple ways. We invite all projects and contributors to participate in the following ways: * Individuals - submit your first contribution:

Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-04-03 Thread Okumin
I'm really excited to see the news! I can easily imagine the difficulty of testing and shipping Hive 4.0.0 with more than 5k commits. I'm proud to have witnessed this moment here. Thank you! On Wed, Apr 3, 2024 at 3:07 AM Naveen Gangam wrote: > > Thank you for the tremendous amount of work put

Re: Hive jdbc connector

2024-04-02 Thread Naveen Gangam
Not sure if you got a response. But should be safe to run with JRE8. On Thu, Feb 1, 2024 at 2:45 AM stephen vijay wrote: > Hi sir, > > Which Java version does hive jdbc connector supports? > > Thanks, > Vijay S. >

Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-04-02 Thread Naveen Gangam
Thank you for the tremendous amount of work put in by many many folks to make this release happen, including projects hive is dependent upon like tez. Thank you to all the PMC members, committers and contributors for all the work over the past 5+ years in shaping this release. THANK YOU!!! On

Re: [EXTERNAL] Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-04-02 Thread Pravin sinha
Thanks for the update and the hard work to get it released, Denys. Amazing to see Apache 4.0.0 released version out. Kudos to all the Hive community members who contributed directly/indirectly to make this happen. Best regards, Pravin On Tue, Apr 2, 2024, 6:15 PM Sankar Hariappan wrote: >

RE: [EXTERNAL] Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-04-02 Thread Sankar Hariappan
Absolutely exciting news! Congrats to the entire Hive community for making this release happen! -Sankar From: Pau Tallada Sent: Tuesday, April 2, 2024 2:31 PM To: u...@hive.apache.org Cc: dev@hive.apache.org Subject: [EXTERNAL] Re: [ANNOUNCE] Apache Hive 4.0.0 Released You don't often get

Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-04-02 Thread Pau Tallada
Congrats to all for the hard work Missatge de Butao Zhang del dia dt., 2 d’abr. 2024 a les 10:58: > I'm thrilled to see the official release of Apache Hive 4.0.0, marking > another milestone in the development of the Hive community. I want to > extend my gratitude to all the partners in the

Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-04-02 Thread Butao Zhang
I'm thrilled to see the official release of Apache Hive 4.0.0, marking another milestone in the development of the Hive community. I want to extend my gratitude to all the partners in the community for their hard work. Also special thanks to Denys for your diligent code reviews and efforts in

Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-04-02 Thread Stamatis Zampetakis
The new Apache Hive 4.0.0 release brings roughly 5K new commits (since Apache Hive 3.1.3) and it's probably the biggest release so far in the history of the project. The numbers clearly show that this is a collective effort that wouldn't be possible without a strong community and many volunteers

Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-03-31 Thread Battula, Brahma Reddy
Thank you for your hard work and dedication in releasing Apache Hive version 4.0.0. Congratulations to the entire team on this achievement. Keep up the great work! Does this consider as GA.? And Looks we need to update in the following location also.? https://hive.apache.org/general/downloads/

[ANNOUNCE] Apache Hive 4.0.0 Released

2024-03-29 Thread Denys Kuzmenko
The Apache Hive team is proud to announce the release of Apache Hive version 4.0.0. The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage. Built on top of Apache Hadoop (TM), it provides, among others: * Tools to enable easy

Help requested: Hive security triage and followup

2024-03-29 Thread Apache Security Team
Dear Hive Developers, As you know, the Apache Software Foundation takes our users' security seriously, and defines sensible release and security processes to make sure potential security issues are dealt with responsibly. These indirectly also protect our committers, shielding individuals from

[RESULT][VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-29 Thread Denys Kuzmenko
Thanks to everyone who verified the release candidate and gave their comments and votes. Voting has closed and the results are as follows: 4 binding +1s: * Ayush Saxena * Denys Kuzmenko * Marta Kuczora * Krisztian Kasa 1 +0 * Stamatis Zampetakis 7 non-binding +1s: * Butao Zhang *

Re: [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-29 Thread Denys Kuzmenko
+1 (binding) * Executed functional test suite against Postgres DB

Re: [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-28 Thread Stamatis Zampetakis
-0 (binding) Ubuntu 20.04.6 LTS, java version "1.8.0_261", Apache Maven 3.6.3 * Verified signatures and checksums OK * Checked diff between git repo and release sources (diff -qr hive-git hive-src) KO (4 empty directories in apache-hive-4.0.0-src) Only in apache-hive-4.0.0-src/hcatalog:

Re: [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-28 Thread Krisztian Kasa
+1 (binding) * Verified the checksum and signature [OK] * Built Hive 4.0.0 from source [OK] * Started Hiveserver2 with Hadoop 3.3.6 and Tez 0.10.3 and Postgres [OK] * Ran some simple Hive statements: create acid/iceberg tables, create materialized views having join of two tables and aggregates

Re: [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-28 Thread Kirti Ruge
+1 (non-binding) I have done below steps on Mac m1 Built from HIVE 4.0.0 from source successfully. Verified checksums and signatures. Initialized metastore with postgresql. Started metastore and hiveserver . Ran some simple Hive queries via beeline and checked same on webui

Re: [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-28 Thread Zoltán Rátkai
+1 (non-binding) Performed on Mac M1: - Verified checksums - Verified signature - Built from source - Build docker image (HADOOP_VERSION=3.3.6, TEZ_VERSION=0.10.3) - Started docker image - Checked web GUI is working (http://localhost:10002/) - Created a table and ran CRUD operations on Hive ACID

Re: [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-28 Thread kokila narayanan
+1 (non-binding) 1. Verified checksums 2. Verified signatures 3. Built from source successfully 4. Deployed and started binary tar with Hadoop 3.3.6 and Tez 0.10.3. 5. Executed basic operations on ACID and external tables. Regards, Kokila On Thu, Mar 28, 2024 at 12:30 PM Sourabh Badhya wrote:

Re: [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-28 Thread Sourabh Badhya
+1 (non-binding) [1] Built from source successfully. [2] Verified checksums and signatures. [3] Built docker image with Apache Hadoop 3.3.6 and Apache Tez 0.10.3 and metastore using Postgres successfully. [4] Ran CRUD operations on Hive ACID, Iceberg tables and basic operations on Hive external

Re: [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-27 Thread Ayush Saxena
+1 (Binding) * Built from source * Verified checksums * Verified signature * Verified all code files have ASF Header * Validated the Notice & License files * No code diff b/w git tag & src tar * Ran some basic operations on Iceberg, ACID & External Tables (Hive on Tez) * Browsed through HS2 UI *

Re: [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-27 Thread Marta Kuczora
+1 (binding) Thanks a lot Denys for driving the release! * Verified the checksum and signature [OK] * Built Hive 4.0.0 from source [OK] * Initialized metastore with MySQL [OK] * Built package and ran metastore and hiveserver [OK] * Deployed and start the binary tar with Hadoop 3.3.6 and Tez

Re: [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-27 Thread Zhihua Deng
+1 (non-binding) Thanks Denys for driving the release! 1. Verified the checksum and signature: OK 2. Good rat check, build from source, take a quick over the files: OK 3. Upgrade the PostgreSQL HMS schema from 2.3.0/3.1.0 to 4.0.0: OK 4. Build an image using this tarball, Hadoop 3.3.6 and Tez

Re: [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-27 Thread Simhadri G
Hi Everyone, Thanks, Denys for driving the release. +1 (non-binding) I Verified the following: * Downloaded the source tarball, signature (.asc), and checksum: ✓ OK *Imported GPG keys and verified the signature: ✓ OK 1. Download KEYS and run gpg --import /path/to/downloaded/KEYS 2.

Community Over Code NA 2024 Travel Assistance Applications now open!

2024-03-27 Thread Gavin McDonald
Hello to all users, contributors and Committers! [ You are receiving this email as a subscriber to one or more ASF project dev or user mailing lists and is not being sent to you directly. It is important that we reach all of our users and contributors/committers so that they may get a chance

Re: [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-26 Thread Butao Zhang
+1 (non-binding) I checked: [x] Build the 4.0.0 source code successfully: mvn clean package -DskipTests -Pdist -Piceberg -Pitests [x] Deploy and start the binary tar against Hadoop3.3.6 & Tez0.10.3 successfully. [x] Run some test SQLs, such as create acid table/ iceberg table, and do some

[VOTE] Release Apache Hive 4.0.0 (Release Candidate 0)

2024-03-26 Thread Denys Kuzmenko
Hi Everyone, We would like to thank everyone who has contributed to the project and request the Hive PMC members to review and vote on this new release candidate. Apache Hive 4.0.0 RC-0 artifacts are available here:* https://people.apache.org/~dkuzmenko/apache-hive-4.0.0-rc0/ The checksums are

HIVE-28059: Iceberg REST Catalog

2024-03-22 Thread Henri Biestro (Apache)
Hi Everyone; There were some discussions about the Iceberg Catalog REST API recently. On that subject, there is now a PR (5145 ) as a proposal for such a service that can live embedded within HMS. For users having Hive deployed, making this service hosted

Re: Retire https://apache.github.io sites

2024-03-22 Thread Stamatis Zampetakis
The work on HIVE-27953 is now completed so the github.io sites are officially down and the obsolete content is removed from the various repos. Many thanks Simhadri for leading all these efforts in modernising the Hive website and dealing with the legacy sites. Best, Stamatis On Wed, Mar 13,

Re: Release of Hive 4 and TPC-DS benchmark

2024-03-19 Thread Denys Kuzmenko
Hi Pravin, TPC-DS tracking Jira: HIVE-27929. The functional test run is completed, waiting for the TPC-DS execution. There were some glitches with the infra last week, expecting results in the next 2-3 days. After that, we should be ready with RC. Regards, Denys

Re: Release of Hive 4 and TPC-DS benchmark

2024-03-19 Thread Pravin sinha
Thanks for the update on this, Denys. Do we have any tracking jira for the plan on performance test on the branch-4 build and is that the only activity pending for releasing Hive-4.0.0? Regards, Pravin On Fri, Mar 1, 2024 at 7:03 PM Denys Kuzmenko wrote: > Hi All, > > Some updates on Hive-4.0

Retire https://apache.github.io sites

2024-03-13 Thread Simhadri G
Hi Everyone, The revamped hive website has been hosted at https://hive.apache.org/ for more than a year now. As a result , we would like to retire and disable old Apache Hive website hosted via github pages in the following sites: - https://apache.github.io/hive/ -

HIVE-25799: Add java rule #2866

2024-03-08 Thread Josh Soref
The bot told me to send an email about https://github.com/apache/hive/pull/2866

Re: Release of Hive 4 and TPC-DS benchmark

2024-03-01 Thread Denys Kuzmenko
Hi All, Some updates on Hive-4.0 status: All known 4.0 release blockers were addressed and merged to the master. Thanks to everyone involved!!! We've raised a new PR to rebase branch-4.0. After that, we'll accept only bug fixes or some major improvements. Feel free to check and test branch-4.0

Re: Inquiry about Stable Release Timeline for Hive-Serde 4.X

2024-02-20 Thread Denys Kuzmenko
Hi Ravi, ATM we have 3 items to resolve before the release [1]. 1. HIVE-27924 will be merged in a couple of days; 2. HIVE-27775 is under review; 3. HIVE-27858 is under investigation, however, we might exclude it from 4.0 release; In parallel, we are running TPC-DS benchmarks.

Re: Inquiry about Stable Release Timeline for Hive-Serde 4.X

2024-02-20 Thread Mergu Ravi
Hi Hive Team, I'm writing to follow up on the GA release for Hive Serde 4.x, which was mentioned in an email sent on September 21st, 2023. The email stated that the release will take a minimum of 3 months. I understand that unforeseen circumstances can sometimes impact release timelines. I'm

Re: "\n" in HiveConf

2024-02-20 Thread Stamatis Zampetakis
Hello, Indeed they have an impact on the readability and maintenance of the class so I would be in favor of dropping them. Checking the calls to HiveConf.ConfVars#getDescription [1] it seems that line breaks are somewhat relevant for generating the hive-default.xml.template and SHOW CONF command

Community Over Code Asia 2024 Travel Assistance Applications now open!

2024-02-20 Thread Gavin McDonald
Hello to all users, contributors and Committers! The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for Community over Code Asia 2024 are now open! We will be supporting Community over Code Asia, Hangzhou, China July 26th - 28th, 2024. TAC exists

Re: [EXTERNAL] The release date of Hive v3.1.4

2024-02-14 Thread Aman Raj
Hi, We are actively backporting tickets to branch-3 for the release 3.2.0 but there are some more critical fixes we want to make in this release. It's difficult to give a timeline for the same but will update soon. Please note there will not be a 3.1.4 release. Thanks, Aman.

The release date of Hive v3.1.4

2024-02-14 Thread HiuFung
Hi team, Recently I have been working on SPARK-44114, in which we attempt to bump Spark's Hive deps into v3.x, however during the testing phase, we discovered the issue of HIVE-27508 and this seems to be the blocker of our adoption. By looking at the GitHub MR, the fix itself seems to have

"\n" in HiveConf

2024-02-11 Thread László Bodor
Hey All! Maybe I'm missing some history here: does anyone know why and for what we use line break characters in the descriptions in HiveConf ? (1046 occurrences as we speak) As far as I can tell

Re: Force coding style in hive precommit

2024-02-10 Thread László Bodor
Thanks, guys, I created https://issues.apache.org/jira/browse/HIVE-28072 I believe we all agree to introduce style checking to at least try to avoid further issues and how or whether to force it is a different question, feel free to follow HIVE-28072 Regards, Laszlo Bodor Zoltán Rátkai ezt

Re: Enhance PerfLogger with annotations using AOP

2024-02-05 Thread Stamatis Zampetakis
Hey Soumyakanti, Thanks for starting this discussion. I like the idea of reducing boilerplate code and one way although not the only one is using AOP. AOP libraries rely on code injection and there are various pros/cons [1] when using such tools. If AspectJ is the best option for this use-case I

Enhance PerfLogger with annotations using AOP

2024-02-04 Thread Soumyakanti Das
Hi all, Do you guys think it's a good idea to implement annotations for PerfLogger? Currently, we have to surround the code with a PerfLogBegin and a PerfLogEnd to log execution time. There are many methods where the first and last line are these. Instead, we could use AOP to create an annotation

Community over Code EU 2024 Travel Assistance Applications now open!

2024-02-03 Thread Gavin McDonald
Hello to all users, contributors and Committers! The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for Community over Code EU 2024 are now open! We will be supporting Community over Code EU, Bratislava, Slovakia, June 3th - 5th, 2024. TAC exists

Re: Subscribe to security ML (Hive Committers)

2024-02-02 Thread Stamatis Zampetakis
Hey Sankar, I don't think we can add you explicitly. You have to submit the subscription request from your @apache domain following the traditional procedure. Best, Stamatis On Fri, Feb 2, 2024 at 9:31 AM Sankar Hariappan wrote: > > Hi Stamatis/Ayush, > Could you please add me to the security

Re: Subscribe to security ML (Hive Committers)

2024-02-02 Thread Sankar Hariappan
Hi Stamatis/Ayush, Could you please add me to the security mailing list of Hive? sank...@apache.org Thanks, Sankar On 2024/01/22 13:53:53 Stamatis Zampetakis wrote: > For traceability purposes, please subscribe to the mailing list with > your @apache.org address. Any other requests will be

Re: Re: [EXTERNAL] Re: [VOTE] Mark Hive 1.x EOL

2024-02-01 Thread Ayush Saxena
Thanx everyone for voting. If I count right, we have 13 +1 votes (8 binding) & no vetoes. The vote passes. I will shoot an announcement in a couple of days and update the website to reflect the decision -Ayush On Fri, 19 Jan 2024 at 18:19, Krisztian Kasa wrote: > +1 > > On Fri, Jan 19, 2024

Hive jdbc connector

2024-01-31 Thread stephen vijay
Hi sir, Which Java version does hive jdbc connector supports? Thanks, Vijay S.

Re: Release of Hive 4 and TPC-DS benchmark

2024-01-29 Thread Okumin
Hi, We deployed a test version of Hive 4 in our production. It is mostly working well. I appreciate the community's effort. Let me bump this thread so that community members can share the latest situation, and we can contribute to the remaining problems. Currently, we list the following tickets

Re: [DISCUSS] HIVE 4.0.0 GA Release Proposal

2024-01-24 Thread Battula, Brahma Reddy
Hi Stamatis, Any further update on the following which we missed here. thanks Regards, Brahma. From: Stamatis Zampetakis Date: Tuesday, August 1, 2023 at 17:05 To: dev@hive.apache.org Subject: Re: [DISCUSS] HIVE 4.0.0 GA Release Proposal Hello, HIVE-27504 is now merged to master. Thanks

Re: [Discuss] Enable Attachments for Hive mailing lists

2024-01-24 Thread Denys Kuzmenko
+1

Re: [Discuss] Enable Attachments for Hive mailing lists

2024-01-24 Thread Simhadri G
+1 from me. It would be nice if we could attach design docs to the mail thread. Thanks! Simhadri G On Tue, Jan 23, 2024 at 1:40 PM Stamatis Zampetakis wrote: > +0 > > I rarely open attachments from public mailing lists for security > reasons (unless we are talking for known safe extensions).

TABLESAMPLE with buckets not working, it does not prune input

2024-01-24 Thread Pau Tallada
Hi all, We have a web platform in production[1] that uses Hive to facilitate access to massive cosmological datasets. When launched in 2016 over Hive 2.1.2 we used the TABLESAMPLE clause on clustered tables to allow quick subsampling of the data. However, we have been unable to get the same

Re: [DISCUSS] Migrate precommit git repos from kgyrtkirk to apache

2024-01-23 Thread Zoltan Haindrich
Hey All, Thank you Alessandro and Stamatis for the suggestion to cool off. I think I was seeing the state and the messages at the wrong time - and was writing a message light headed; I should have seen the step forward...or at least have taken a break before hitting reply Ayush: sorry for

Re: [DISCUSS] Migrate precommit git repos from kgyrtkirk to apache

2024-01-23 Thread Alessandro Solimando
Hey guys, I advise you to take Stamatis' suggestion and cool it off for a bit, this is getting personal and you know it's only counterproductive. Having worked with both of you, I know you have always done everything in the best interest of the project and always acted in good faith, no reason to

Re: [DISCUSS] Migrate precommit git repos from kgyrtkirk to apache

2024-01-23 Thread Ayush Saxena
Ok Zoltan, you are always right, but listening to other people sometimes doesn't hurt, maybe even if they aren't as smart as you (like me & everyone you consider not so smart like you). Let me ask something: * If something breaks like code or something like that? What do you do? Humiliate or

Re: [DISCUSS] Migrate precommit git repos from kgyrtkirk to apache

2024-01-23 Thread Zoltan Haindrich
On 1/23/24 10:10, Ayush Saxena wrote: Ok I will get the repo deleted. I am not taking any sarcastic comments from Zoltan at this stage. Believe me I am not getting anything for having my name there. Why I did this? Someone was so obsessed with getting his name checked into the "Apache Code"

Re: [DISCUSS] Migrate precommit git repos from kgyrtkirk to apache

2024-01-23 Thread Stamatis Zampetakis
Hey team, Initially we had zero people willing to help and advance this topic. Now we have more than three and I am sure everyone has good intentions. Let's not forget that in Apache the community is more important than code. If we have a healthy community we can fix any kind of problem in the

Re: [DISCUSS] Migrate precommit git repos from kgyrtkirk to apache

2024-01-23 Thread Ayush Saxena
Ok I will get the repo deleted. I am not taking any sarcastic comments from Zoltan at this stage. Believe me I am not getting anything for having my name there. Why I did this? Someone was so obsessed with getting his name checked into the "Apache Code" that he developed something on his fork &

Re: [DISCUSS] Migrate precommit git repos from kgyrtkirk to apache

2024-01-23 Thread Stamatis Zampetakis
I was thinking of pushing the current state of Zoltan's branch to the new apache remote. I did this just now in https://github.com/apache/hive-dev-box/tree/main branch. I can cherry-pick the remaining commits from master and drop that branch unless we have other things to consider as well. Please

Re: [DISCUSS] Migrate precommit git repos from kgyrtkirk to apache

2024-01-23 Thread Zoltan Haindrich
> I just copied the repo: cp -R and Put Zoltan's name & reference to his > repo. I didn't knew any better way than that, you can definitely force push > with another fancy approach lol...what a sophisticated approach - I wonder if you don't know the `fancy approach` then why you've done it? I

Re: [DISCUSS] Migrate precommit git repos from kgyrtkirk to apache

2024-01-23 Thread Ayush Saxena
I just copied the repo: cp -R and Put Zoltan's name & reference to his repo. I didn't knew any better way than that, you can definitely force push with another fancy approach, just c-pick the other commits for NOTICE & all on top of it. The old code & commits had some cloudera references, which I

<    1   2   3   4   5   6   7   8   9   10   >