Re: Fw: apache/hive security vulnerabilities.

2024-06-21 Thread Denys Kuzmenko
jackson-databind:2.9.4 comes from Calcite avatica:1.12.0 shaded jar: https://mvnrepository.com/artifact/org.apache.calcite.avatica/avatica/1.12.0 that jar has also reported vulnerability :CVE-2022-36364, we should try to upgrade it. Another one is htrace-core:3.1.0-incubating from

Re: apache/hive security vulnerabilities.

2024-06-19 Thread Simhadri G
Hi guys, I checked for jackson-databind-2.4.0. It seems to be a transitive dependency from htrace-core . [image: image.png] On Wed, Jun 19, 2024 at 8:29 PM Stamatis Zampetakis wrote: > I am pretty sure that the old Jackson versions are shaded somewhere > inside the jars of Hive dependencies.

Re: apache/hive security vulnerabilities.

2024-06-19 Thread Stamatis Zampetakis
I am pretty sure that the old Jackson versions are shaded somewhere inside the jars of Hive dependencies. We probably need to inspect the contents of our binary distribution of Hive 4.0.0 and take corrective actions if needed. Best, Stamatis On Wed, Jun 19, 2024 at 4:35 PM Denys Kuzmenko wrote:

Re: apache/hive security vulnerabilities.

2024-06-19 Thread Denys Kuzmenko
Hi Sreek, Oh, thanks! Ideally docker image should be build from Hive-4.0 branch artifacts via the GH action. Let me check, I just hope it wasn't manually uploaded

Re: apache/hive security vulnerabilities.

2024-06-19 Thread Iyer, Sreekanth
ntions this was fixed in Hive 4.0.0. But the docker image, that I downloaded from dockerhub - apache/hive Tags | Docker Hub<https://hub.docker.com/r/apache/hive/tags> shows that there are two old versions of the package in use within the image. (2.4.0 and 2.9.4) [cid:4312c910-a81a-48cb-ab63-

Re: apache/hive security vulnerabilities.

2024-06-19 Thread Denys Kuzmenko
Hi, Hive-4.0 use jackson-databind version 2.16.1. I don't see any CVEs reported in maven central for that artifact: https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.16.1 com.fasterxml.jackson jackson-bom 2.16.1 pom import

Re: [VOTE] Apache Hive 2.3.10 Release Candidate 1

2024-05-07 Thread Chao Sun
va:1317) > ~[hive-exec-2.3.10.jar:2.3.10] > at org.apache.hadoop.hive.ql.Driver.compileAndRespond(Driver.java:1295) > ~[hive-exec-2.3.10.jar:2.3.10] > > Thanks > Szehon > > On Tue, May 7, 2024 at 1:11 AM Rui Li wrote: > >> +1 (binding) >> >> - Built from s

Re: [VOTE] Apache Hive 2.3.10 Release Candidate 1

2024-05-07 Thread Szehon Ho
inding) > > - Built from source > - Verified signature and checksum > - Ran some basic SQL statements > - Verified the fix made in https://github.com/apache/hive/pull/5204 > > Thanks Chao for driving this. > > On Tue, May 7, 2024 at 2:26 AM Dongjoon Hyun wrote: > >> +1

Re: [VOTE] Apache Hive 2.3.10 Release Candidate 1

2024-05-07 Thread Rui Li
+1 (binding) - Built from source - Verified signature and checksum - Ran some basic SQL statements - Verified the fix made in https://github.com/apache/hive/pull/5204 Thanks Chao for driving this. On Tue, May 7, 2024 at 2:26 AM Dongjoon Hyun wrote: > +1 (non-binding) > > Thank you so

Re: [VOTE] Apache Hive 2.3.10 Release Candidate 1

2024-05-06 Thread Dongjoon Hyun
+1 (non-binding) Thank you so much all! Dongjoon. On 2024/05/06 13:57:09 Cheng Pan wrote: > +1 (non-binding) > > Pass integration test with Apache Spark[1] and Apache Kyuubi[2]. > > [1] https://github.com/apache/spark/pull/45372 > [2] https://github.com/apache/kyuubi/pull/6328 > > Thanks, >

[VOTE] Apache Hive 2.3.10 Release Candidate 1

2024-05-06 Thread Cheng Pan
+1 (non-binding) Pass integration test with Apache Spark[1] and Apache Kyuubi[2]. [1] https://github.com/apache/spark/pull/45372 [2] https://github.com/apache/kyuubi/pull/6328 Thanks, Cheng Pan

[VOTE] Apache Hive 2.3.10 Release Candidate 1

2024-05-04 Thread Chao Sun
Apache Hive 2.3.10 Release Candidate 1 is available here: https://people.apache.org/~sunchao/apache-hive-2.3.10-rc-1/ Maven artifacts are available here: https://repository.apache.org/content/repositories/orgapachehive-1129/ <https://repository.apache.org/content/repositories/orgapachehive-1

Re: [VOTE] Apache Hive 2.3.10 Release Candidate 0

2024-05-04 Thread Chao Sun
Dongjoon Hyun wrote: > >> Hi, Chao. >> >> The vote email seems to have a wrong repository link, 1106. IIUC, 1128 is >> the valid one, isn't it? >> >> Dongjoon. >> >> On 2024/04/20 20:01:53 Chao Sun wrote: >> > Apache Hive 2.3.10 Release Candidate

CVE-2023-35701: Apache Hive: Arbitrary command execution via JDBC driver

2024-05-03 Thread Stamatis Zampetakis
Severity: moderate Affected versions: - Apache Hive 4.0.0-alpha-1 before 4.0.0 Description: Improper Control of Generation of Code ('Code Injection') vulnerability in Apache Hive. The vulnerability affects the Hive JDBC driver component and it can potentially lead to arbitrary code

Re: [VOTE] Apache Hive 2.3.10 Release Candidate 0

2024-04-24 Thread Chao Sun
out that. Chao On Wed, Apr 24, 2024 at 9:08 AM Dongjoon Hyun wrote: > Hi, Chao. > > The vote email seems to have a wrong repository link, 1106. IIUC, 1128 is > the valid one, isn't it? > > Dongjoon. > > On 2024/04/20 20:01:53 Chao Sun wrote: > > Apache Hive 2.3.10 Rele

Re: [VOTE] Apache Hive 2.3.10 Release Candidate 0

2024-04-24 Thread Dongjoon Hyun
Hi, Chao. The vote email seems to have a wrong repository link, 1106. IIUC, 1128 is the valid one, isn't it? Dongjoon. On 2024/04/20 20:01:53 Chao Sun wrote: > Apache Hive 2.3.10 Release Candidate 0 is available here: > https://people.apache.org/~sunchao/apache-hive-2.3.10-rc-0/ &

Re: [VOTE] Apache Hive 2.3.10 Release Candidate 0

2024-04-24 Thread Cheng Pan
Hi Stamatis, HIVE-26882 got in 2.3.10, while a correctness issue was identified recently, HIVE-28121 fixes that. I highly suggest including such a correctness patch in the final release of 2.3 serials. Thanks, Cheng Pan

Re: [VOTE] Apache Hive 2.3.10 Release Candidate 0

2024-04-24 Thread Stamatis Zampetakis
.com/apache/kyuubi/pull/6328 > [3] https://github.com/apache/hive/pull/5204 > > Thanks, > Cheng Pan > >

Re: [VOTE] Apache Hive 2.3.10 Release Candidate 0

2024-04-22 Thread Cheng Pan
] https://github.com/apache/kyuubi/pull/6328 [3] https://github.com/apache/hive/pull/5204 Thanks, Cheng Pan

[VOTE] Apache Hive 2.3.10 Release Candidate 0

2024-04-20 Thread Chao Sun
Apache Hive 2.3.10 Release Candidate 0 is available here: https://people.apache.org/~sunchao/apache-hive-2.3.10-rc-0/ Maven artifacts are available here: https://repository.apache.org/content/repositories/orgapachehive-1128 <https://repository.apache.org/content/repositories/orgapachehive-1

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: [Blog] Apache Hive 4.0 Release blog for ASF M & P

2024-04-08 Thread Ayush Saxena
: > 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 >> Re

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 >

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,

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: [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

Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-04-03 Thread Okumin
ar 31, 2024 at 8:54 AM Battula, Brahma Reddy > wrote: >> >> 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 >> wor

Re: [ANNOUNCE] Apache Hive 4.0.0 Released

2024-04-02 Thread Naveen Gangam
!!! On Sun, Mar 31, 2024 at 8:54 AM Battula, Brahma Reddy wrote: > 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

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

2024-04-02 Thread Pravin sinha
: > 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 Hiv

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

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

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

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

2024-03-29 Thread Denys Kuzmenko
* Kirti Ruge * Kokila Narayanan * Simhadri Govindappa * Sourabh Badhya * Zhihua Deng * Zoltán Rátkai No -1s. Therefore, I am delighted to announce that the proposal to release Apache Hive 4.0.0 has passed. I'll proceed with the next steps of the release and post an announcement once the release

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-sr

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

2024-03-28 Thread Krisztian Kasa
> >>>> -Ayush > >>>> > >>>> On Wed, 27 Mar 2024 at 21:05, Marta Kuczora > >>> >>>>> > >>>> wrote: > >>>> > >>>>> +1 (binding) > >>>>> > >>>>>

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

2024-03-28 Thread Kirti Ruge
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] >>

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

2024-03-28 Thread Zoltán Rátkai
; > > > > * 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 bi

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

2024-03-28 Thread kokila narayanan
; > > > > > * Deployed and start the binary tar with Hadoop 3.3.6 and Tez 0.10.3 > [OK] > > > > > > * Ran some simple Hive queries with external/acid/iceberg tables [OK] > > > > > > > > > Regards, > > > > > > Marta > &

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

2024-03-28 Thread Sourabh Badhya
; On Tue, Mar 26, 2024 at 8:26 AM Denys Kuzmenko > > wrote: > > > > > 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 n

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

2024-03-27 Thread Ayush Saxena
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/ > >

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

2024-03-27 Thread Marta Kuczora
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 as follows: > - 83eb88549ae88d3df6a86bb3e2526c7f4a0f21acafe21452c18071cee05

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

2024-03-27 Thread Zhihua Deng
ermission check. > > > Thanks Denys for driving the release. I'm excited to see the official > upcoming release of version Hive 4.0.0! > Replied Message > | From | Denys Kuzmenko | > | Date | 3/26/2024 15:26 | > | To | | > | Subject | [VOTE] Release Apache

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

2024-03-27 Thread Simhadri G
. Verify the signature by running: gpg --verify ./apache-hive-4.0.0-src.tar.gz.asc ./apache-hive-4.0.0-src.tar.gz and gpg --verify ./apache-hive-4.0.0-bin.tar.gz.asc ./apache-hive-4.0.0-bin.tar.gz * Validated checksum and signature for the artifacts: ✓ OK * Successfully built from source: ✓ OK

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

2024-03-26 Thread Butao Zhang
3/26/2024 15:26 | | To | | | Subject | [VOTE] Release Apache Hive 4.0.0 (Release Candidate 0) | 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 avail

[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

Re: Help with Docker Apache/Hive metastore using mysql remote database

2023-12-21 Thread Sanjay Gupta
nt.sh > > On Mon, Dec 18, 2023, 12:59 PM Ayush Saxena wrote: >> >> I think the similar problem is being chased as part of >> https://github.com/apache/hive/pull/4948 >> >> On Mon, 18 Dec 2023 at 09:48, Sanjay Gupta wrote: >> > >> > >> >

Re: Help with Docker Apache/Hive metastore using mysql remote database

2023-12-20 Thread Akshat m
ntrypoint.sh > > > > On Mon, Dec 18, 2023, 12:59 PM Ayush Saxena wrote: > >> > >> I think the similar problem is being chased as part of > >> https://github.com/apache/hive/pull/4948 > >> > >> On Mon, 18 Dec 2023 at 09:48, Sanjay Gupta wrot

Re: Help with Docker Apache/Hive metastore using mysql remote database

2023-12-18 Thread Simhadri G
entrypoint.sh / COPY conf $HIVE_HOME/conf RUN chmod +x /entrypoint.sh On Mon, Dec 18, 2023, 12:59 PM Ayush Saxena wrote: > I think the similar problem is being chased as part of > https://github.com/apache/hive/pull/4948 > > On Mon, 18 Dec 2023 at 09:48, Sanjay

Re: Help with Docker Apache/Hive metastore using mysql remote database

2023-12-17 Thread Ayush Saxena
I think the similar problem is being chased as part of https://github.com/apache/hive/pull/4948 On Mon, 18 Dec 2023 at 09:48, Sanjay Gupta wrote: > > > > > Issue with Docker container using mysql RDBMS ( Failed to load driver) > > https://hub.docker.com/r/apache/hive &g

Re: [ANNOUNCE] Apache Hive 4.0.0 Branching

2023-12-01 Thread Attila Turoczy
Best new for 1st of December :) On Fri, Dec 1, 2023 at 4:54 PM Denys Kuzmenko wrote: > Hi All, > > Hive 4.0.0 release branch cut is happening today. > > Best, > Denys >

[ANNOUNCE] Apache Hive 4.0.0 Branching

2023-12-01 Thread Denys Kuzmenko
Hi All, Hive 4.0.0 release branch cut is happening today. Best, Denys

Need help on stale PR: https://github.com/apache/hive/pull/4199

2023-11-01 Thread Dong Li
Hey team, Anyone can help on this stale PR?

Re: [ANNOUNCE] Apache Hive 4.0.0-beta-1 Released

2023-08-21 Thread Battula, Brahma Reddy
Nice!! Thanks to all who all make this happen.. Any draft plan GA for 4.0.0. ( If it's already discussed, please provide the reference.) On 15/08/23, 12:13 PM, "Stamatis Zampetakis" mailto:zabe...@apache.org>> wrote: The Apache Hive team is proud to announce the releas

[ANNOUNCE] Apache Hive 4.0.0-beta-1 Released

2023-08-15 Thread Stamatis Zampetakis
The Apache Hive team is proud to announce the release of Apache Hive version 4.0.0-beta-1. 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

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

2023-08-10 Thread Stamatis Zampetakis
to announce that the proposal to release Apache Hive 4.0.0-beta-1 has passed. I will proceed with the next steps of the release and I will send an announcement once the release becomes publicly available (sometime next week). Best, Stamatis

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

2023-08-10 Thread Ayush Saxena
+1(Binding) * Built from source * Verified checksums * Verified signatures * Verified no code diff between the git tag & source tar * Checked the NOTICE & LICENSE files. * Skimmed over HS2 UI * Deployed with Derby and tried some operations on ACID & Iceberg tables. Thanx Stamatis for driving the

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

2023-08-10 Thread Denys Kuzmenko
+1 * Verified signatures and checksum; * Checked binary content and successfully built from the source; * Skimmed through the release notes; * Initialized backend DB schema and launched HMS & HS2 locally; * Conducted basic checks via beeline: - Created a few ACID & Iceberg tables and loaded

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

2023-08-10 Thread Simhadri G
gpg --verify ./apache-hive-4.0.0-beta-1-bin.tar.gz.asc /apache-hive-4.0.0-beta-1-bin.tar.gz : OK * Validated checksum and signature for the artifacts : OK * Build from source successfully : OK * Init meta scripts against MYSQL : OK * Successful standalone metastore setup with MYSQL : OK * Bring

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

2023-08-10 Thread Sourabh Badhya
mpetakis" wrote: > >Hi all, > > > >I have created a build for Apache Hive 4.0.0-beta-1 Release Candidate 0. > > > >Thanks to everyone who has contributed to this release. > > > >You can read the release notes here: > >https://github.com/apache/h

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

2023-08-08 Thread dengzhhu653
,Zhihua At 2023-08-07 21:55:30, "Stamatis Zampetakis" wrote: >Hi all, > >I have created a build for Apache Hive 4.0.0-beta-1 Release Candidate 0. > >Thanks to everyone who has contributed to this release. > >You can read the release notes here: >https://github.com/

[VOTE] Release Apache Hive 4.0.0-beta-1 (Release Candidate 0)

2023-08-07 Thread Stamatis Zampetakis
Hi all, I have created a build for Apache Hive 4.0.0-beta-1 Release Candidate 0. Thanks to everyone who has contributed to this release. You can read the release notes here: https://github.com/apache/hive/blob/branch-4.0.0-beta-1/RELEASE_NOTES.txt The commit to be voted upon: https

Re: Blogs/Designs For Apache Hive

2023-06-12 Thread Ayush Saxena
. As it goes always, This place belongs to all of us, please feel free to share links to the blogs or directly raise PR to the hive-site repo to asf-blog branch and copy the same template as on [1] I will announce this on our Apache Hive Twitter account and let folks know they can have their Apache Hive

Re: Blogs/Designs For Apache Hive

2023-06-07 Thread Denys Kuzmenko
Nice, tnx Ayush!

Blogs/Designs For Apache Hive

2023-06-07 Thread Ayush Saxena
Hi All, As Infra has decommissioned blogs.apache.org, each project gets an individual space for blogs. I have configured one(With tons of help from Infra people) for us. It stays here: https://hive.blog.apache.org/ It is just an initial commit, to make sure our space works. We need to do some

Re: [apache/hive] HIVE-24706: add the HiveHBaseTableInputFormatV2 to fix the compatible… (PR #4199)

2023-06-07 Thread Attila Turoczy
Sure thing. On Wed, Jun 7, 2023 at 10:59 AM Dong Li wrote: > Hey team, > > Anyone can help to review this PR? > > -- Forwarded message - > From: github-actions[bot] > Date: Wed, 7 Jun 2023 at 10:22 > Subject: Re: [apache/hive] HIVE-24706: add the Hiv

Fwd: [apache/hive] HIVE-24706: add the HiveHBaseTableInputFormatV2 to fix the compatible… (PR #4199)

2023-06-07 Thread Dong Li
Hey team, Anyone can help to review this PR? -- Forwarded message - From: github-actions[bot] Date: Wed, 7 Jun 2023 at 10:22 Subject: Re: [apache/hive] HIVE-24706: add the HiveHBaseTableInputFormatV2 to fix the compatible… (PR #4199) To: apache/hive Cc: alexdongli0829 , Author

Re: Apache Hive on Twitter

2023-05-24 Thread Stamatis Zampetakis
Thanks for driving this Ayush! It's great to see Hive alive again on twitter. Best, Stamatis On Tue, May 23, 2023 at 3:58 AM Ayush Saxena wrote: > > Hi All, > I am happy to announce: We have got the Apache Hive Twitter account active > again or maybe in other words we have got

Apache Hive on Twitter

2023-05-22 Thread Ayush Saxena
Hi All, I am happy to announce: We have got the Apache Hive Twitter account active again or maybe in other words we have got creds to use it now. The twitter account stays here: https://twitter.com/ApacheHive The account belongs to all of us at Hive. As we decided, if anyone wants to get

Re: Issue related to apache hive 3.1.3

2023-03-29 Thread Ayush Saxena
Hi Omkar, If Impala has some issues, you should reach to Impala mailing lists -Ayush > On 29-Mar-2023, at 1:13 PM, Omkar Rohadkar > wrote: > >  > Hi team, > > We are using apache hive 3.1.3 and we are using Mapreduce execution engine > and it worked fine , but wh

Issue related to apache hive 3.1.3

2023-03-29 Thread Omkar Rohadkar
Hi team, We are using apache hive 3.1.3 and we are using Mapreduce execution engine and it worked fine , but while launching the impala service we get an error that MR execution engine is not supported . [image: image.png] Is there any way that we can still proceed with Mapreduce execution

Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-14 Thread László Bodor
t; > > > maheshra...@cloudera.com> wrote: > > > > > > > > > > Congratulations Alessandro !! > > > > > > > > > > -Mahesh Raju S > > > > > > > > > > On Thu, Feb 9, 2023 at 1:31 AM Naveen Gang

Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-13 Thread Dayakar Morem
t; > > > maheshra...@cloudera.com> wrote: > > > > > > > > Congratulations Alessandro !! > > > > > > > > -Mahesh Raju S > > > > > > > > On Thu, Feb 9, 2023 at 1:31 AM Naveen Gangam > > <mailto:ngan...

Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-10 Thread Stamatis Zampetakis
t; > > > On 2023. Feb 9., at 7:40, Mahesh Raju Somalaraju < > > maheshra...@cloudera.com> wrote: > > > > > > Congratulations Alessandro !! > > > > > > -Mahesh Raju S > > > > > > On Thu, Feb 9, 2023 at 1:31 AM Naveen Gangam > &l

Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-10 Thread Jiajun Xie
t; Congratulations Alessandro !! > > > > -Mahesh Raju S > > > > On Thu, Feb 9, 2023 at 1:31 AM Naveen Gangam <mailto:ngan...@cloudera.com>> wrote: > > The Project Management Committee (PMC) for Apache Hive has invited > > Alessandro Sol

Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-10 Thread Laszlo Vegh
; wrote: > The Project Management Committee (PMC) for Apache Hive has invited > Alessandro Solimando (asolimando) to become a committer and is pleased > to announce that he has accepted. > > Contributions from Alessandro: > He has authored 30 patches for Hive, 18 for Apache

Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-10 Thread Alessandro Solimando
ro !! > > > > > > -Mahesh Raju S > > > > > > On Thu, Feb 9, 2023 at 1:31 AM Naveen Gangam > > wrote: > > > > > >> The Project Management Committee (PMC) for Apache Hive has invited > > >> Alessandro Solimando (asolimando

Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-08 Thread Krisztian Kasa
Alessandro !! > > > > -Mahesh Raju S > > > > On Thu, Feb 9, 2023 at 1:31 AM Naveen Gangam > wrote: > > > >> The Project Management Committee (PMC) for Apache Hive has invited > >> Alessandro Solimando (asolimando) to become a committer and is pleased

Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-08 Thread Akshat m
ject Management Committee (PMC) for Apache Hive has invited >> Alessandro Solimando (asolimando) to become a committer and is pleased >> to announce that he has accepted. >> >> Contributions from Alessandro: >> He has authored 30 patches for Hive, 18 for Apache Calcite an

Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-08 Thread Mahesh Raju Somalaraju
Congratulations Alessandro !! -Mahesh Raju S On Thu, Feb 9, 2023 at 1:31 AM Naveen Gangam wrote: > The Project Management Committee (PMC) for Apache Hive has invited > Alessandro Solimando (asolimando) to become a committer and is pleased > to announce that he has accepted. > >

Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-08 Thread Simhadri G
Congratulations Alessandro!! On Thu, 9 Feb 2023, 11:26 Ayush Saxena, wrote: > Congratulations Alessandro!!! > > -Ayush > > > On 09-Feb-2023, at 1:30 AM, Naveen Gangam wrote: > > > > The Project Management Committee (PMC) for Apache Hive has invited > &

Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-08 Thread Ayush Saxena
Congratulations Alessandro!!! -Ayush > On 09-Feb-2023, at 1:30 AM, Naveen Gangam wrote: > > The Project Management Committee (PMC) for Apache Hive has invited > Alessandro Solimando (asolimando) to become a committer and is pleased > to announce that he has accepted. > &g

RE: [EXTERNAL] [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-08 Thread Sankar Hariappan
Congrats Alessandro! -Sankar -Original Message- From: Naveen Gangam Sent: Thursday, February 9, 2023 1:30 AM To: dev ; u...@hive.apache.org; asolima...@apache.org Subject: [EXTERNAL] [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando The Project Management Committee (PMC

[ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-08 Thread Naveen Gangam
The Project Management Committee (PMC) for Apache Hive has invited Alessandro Solimando (asolimando) to become a committer and is pleased to announce that he has accepted. Contributions from Alessandro: He has authored 30 patches for Hive, 18 for Apache Calcite and has done many code reviews

Re: [ANNOUNCE] New committer for Apache Hive: Laszlo Vegh

2023-02-08 Thread László Bodor
ote: > >> > >>> Congratulations Laszlo Vegh, Great work on the compaction stuff!! > >>> > >>> Thanks, > >>> Sai. > >>> > >>> On Tue, Feb 7, 2023 at 4:24 AM Naveen Gangam > >>> wrote: > >>> > &g

Re: [ANNOUNCE] New committer for Apache Hive: Laszlo Vegh

2023-02-08 Thread Damien Carol
2023 at 9:08 PM Sai Hemanth Gantasala >> wrote: >> >>> Congratulations Laszlo Vegh, Great work on the compaction stuff!! >>> >>> Thanks, >>> Sai. >>> >>> On Tue, Feb 7, 2023 at 4:24 AM Naveen Gangam >>> wrote: >&

Re: [ANNOUNCE] New committer for Apache Hive: Laszlo Vegh

2023-02-08 Thread Stamatis Zampetakis
;> On Tue, Feb 7, 2023 at 4:24 AM Naveen Gangam >> wrote: >> >> > The Project Management Committee (PMC) for Apache Hive has invited >> Laszlo >> > Vegh (veghlaci05) to become a committer and we are pleased >> > to announce that he has accep

Re: [ANNOUNCE] New committer for Apache Hive: Laszlo Vegh

2023-02-08 Thread Akshat m
> > > The Project Management Committee (PMC) for Apache Hive has invited Laszlo > > Vegh (veghlaci05) to become a committer and we are pleased > > to announce that he has accepted. > > > > Contributions from Laszlo: > > > > He has authored 25 patches. Si

Re: [ANNOUNCE] New committer for Apache Hive: Laszlo Vegh

2023-02-07 Thread Sai Hemanth Gantasala
Congratulations Laszlo Vegh, Great work on the compaction stuff!! Thanks, Sai. On Tue, Feb 7, 2023 at 4:24 AM Naveen Gangam wrote: > The Project Management Committee (PMC) for Apache Hive has invited Laszlo > Vegh (veghlaci05) to become a committer and we are pleased > to announce th

RE: [EXTERNAL] Re: [ANNOUNCE] New committer for Apache Hive: Laszlo Vegh

2023-02-07 Thread Sankar Hariappan
Congrats Laszlo! -Sankar -Original Message- From: Krisztian Kasa Sent: Tuesday, February 7, 2023 6:37 PM To: u...@hive.apache.org Cc: dev Subject: [EXTERNAL] Re: [ANNOUNCE] New committer for Apache Hive: Laszlo Vegh [You don't often get email from kk...@cloudera.com.invalid. Learn

Re: [ANNOUNCE] New committer for Apache Hive: Laszlo Vegh

2023-02-07 Thread Krisztian Kasa
Congratulations, Laszlo! On Tue, Feb 7, 2023 at 2:06 PM Alessandro Solimando < alessandro.solima...@gmail.com> wrote: > Congrats, Laszlo! > > Best regards, > Alessandro > > On Tue, 7 Feb 2023 at 13:24, Naveen Gangam wrote: > >> The Project Management Committee

Re: [ANNOUNCE] New committer for Apache Hive: Laszlo Vegh

2023-02-07 Thread Alessandro Solimando
Congrats, Laszlo! Best regards, Alessandro On Tue, 7 Feb 2023 at 13:24, Naveen Gangam wrote: > The Project Management Committee (PMC) for Apache Hive has invited Laszlo > Vegh (veghlaci05) to become a committer and we are pleased > to announce that he has accepted. > > Con

[ANNOUNCE] New committer for Apache Hive: Laszlo Vegh

2023-02-07 Thread Naveen Gangam
The Project Management Committee (PMC) for Apache Hive has invited Laszlo Vegh (veghlaci05) to become a committer and we are pleased to announce that he has accepted. Contributions from Laszlo: He has authored 25 patches. Significant contributions to stabilization of ACID compaction. Helped

[jira] [Created] (HIVE-26983) Apache Hive website Getting started page showing 404 Error

2023-01-25 Thread Mahesh Raju Somalaraju (Jira)
Mahesh Raju Somalaraju created HIVE-26983: - Summary: Apache Hive website Getting started page showing 404 Error Key: HIVE-26983 URL: https://issues.apache.org/jira/browse/HIVE-26983 Project

  1   2   3   4   5   6   7   8   9   10   >