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: streaming
Only in apache-hive-4.0.0-src/itests: qtest-spark
Only in apache-hive-4.0.0-src/packaging/src/docker: ${project.basedir}
Only in apache-hive-4.0.0-src/shims: scheduler
* Checked LICENSE, source headers, and copyright notices KO (Logged
HIVE-28155, HIVE-28156, HIVE-28157, HIVE-28158, HIVE-28159,
HIVE-28160, for minor issues and improvements)
* Checked NOTICE, and README.md file OK
* Built from release sources and create binaries (mvn clean install
-DskipTests -Pitests,iceberg,dist) OK
* Spot check maven artifacts for general structure, LICENSE, NOTICE,
META-INF content KO (HIVE-28161)

Lots of small issues that would be nice to fix before releasing. I
didn't perform more release checks/tests cause I exceeded my quota
trying to address the logged issues.

Best,
Stamatis

On Thu, Mar 28, 2024 at 3:15 PM Krisztian Kasa
 wrote:
>
> +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 in the
> definition [OK]
>
> Thanks Denys for driving the release!
>
> Regards,
> Krisztian
>
>
> On Thu, Mar 28, 2024 at 12:04 PM Kirti Ruge  wrote:
>
> > +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 (
> > http://localhost:10002/).
> >  Built docker image and started hive services with docker.
> >
> > Regards,
> > Kirti
> >
> > > On 28-Mar-2024, at 3:41 PM, Zoltán Rátkai 
> > wrote:
> > >
> > > +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 table successfully
> > > on the Docker environment
> > > - Checked the executed queries via web GUI Regards,
> > >
> > > Zoltan Ratkai
> > >
> > > On Thu, Mar 28, 2024 at 8:41 AM kokila narayanan <
> > > kokilanarayana...@gmail.com> wrote:
> > >
> > >> +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:
> > >>
> > >>> +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 tables successfully on the Docker environment.
> > >>> [5] Browsed the same executed queries via Hiveserver2 UI.
> > >>>
> > >>> Thanks Denys for driving the release.
> > >>>
> > >>> Regards,
> > >>> Sourabh Badhya
> > >>>
> > >>> On Wed, Mar 27, 2024 at 10:38 PM Ayush Saxena 
> > >> wrote:
> > >>>
> >  +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
> >  * Built Docker image from source & tried some basic commands on the
> > >>> docker
> >  environment.
> >  * Skimmed over the contents of maven repo.
> > 
> >  Thanx Denys for driving the release. Good Luck!!!
> > 
> >  -Ayush
> > 
> >  On Wed, 27 Mar 2024 at 21:05, Marta Kuczora
> > >>>  > >
> >  wrote:
> > 
> > > +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 0.10.3
> > >>> [OK]
> > 

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 in the
definition [OK]

Thanks Denys for driving the release!

Regards,
Krisztian


On Thu, Mar 28, 2024 at 12:04 PM Kirti Ruge  wrote:

> +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 (
> http://localhost:10002/).
>  Built docker image and started hive services with docker.
>
> Regards,
> Kirti
>
> > On 28-Mar-2024, at 3:41 PM, Zoltán Rátkai 
> wrote:
> >
> > +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 table successfully
> > on the Docker environment
> > - Checked the executed queries via web GUI Regards,
> >
> > Zoltan Ratkai
> >
> > On Thu, Mar 28, 2024 at 8:41 AM kokila narayanan <
> > kokilanarayana...@gmail.com> wrote:
> >
> >> +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:
> >>
> >>> +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 tables successfully on the Docker environment.
> >>> [5] Browsed the same executed queries via Hiveserver2 UI.
> >>>
> >>> Thanks Denys for driving the release.
> >>>
> >>> Regards,
> >>> Sourabh Badhya
> >>>
> >>> On Wed, Mar 27, 2024 at 10:38 PM Ayush Saxena 
> >> wrote:
> >>>
>  +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
>  * Built Docker image from source & tried some basic commands on the
> >>> docker
>  environment.
>  * Skimmed over the contents of maven repo.
> 
>  Thanx Denys for driving the release. Good Luck!!!
> 
>  -Ayush
> 
>  On Wed, 27 Mar 2024 at 21:05, Marta Kuczora
> >>>  >
>  wrote:
> 
> > +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 0.10.3
> >>> [OK]
> >
> > * Ran some simple Hive queries with external/acid/iceberg tables [OK]
> >
> >
> > Regards,
> >
> > Marta
> >
> > 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 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:
> >> - 83eb88549ae88d3df6a86bb3e2526c7f4a0f21acafe21452c18071cee058c666
> >> apache-hive-4.0.0-bin.tar.gz
> >> - 4dbc9321d245e7fd26198e5d3dff95e5f7d0673d54d0727787d72956a1bca4f5
> >> apache-hive-4.0.0-src.tar.gz
> >>
> >>
> >> You can find the KEYS file here:
> >>
> >> * https://downloads.apache.org/hive/KEYS
> >>
> >>
> >> A staged Maven repository URL is:*
> >>
> >>> https://repository.apache.org/content/repositories/orgapachehive-1127/
> >>
> >> The git commit hash is:*
> >>
> >>
> >
> 
> >>>
> >>
> https://github.com/apache/hive/commit/183f8cb41d3dbed961ffd27999876468ff06690c
> >>
> >>
> >> This corresponds to the tag: release-4.0.0-rc0
> >> * 

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 
(http://localhost:10002/).
 Built docker image and started hive services with docker. 

Regards,
Kirti

> On 28-Mar-2024, at 3:41 PM, Zoltán Rátkai  
> wrote:
> 
> +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 table successfully
> on the Docker environment
> - Checked the executed queries via web GUI Regards,
> 
> Zoltan Ratkai
> 
> On Thu, Mar 28, 2024 at 8:41 AM kokila narayanan <
> kokilanarayana...@gmail.com> wrote:
> 
>> +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:
>> 
>>> +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 tables successfully on the Docker environment.
>>> [5] Browsed the same executed queries via Hiveserver2 UI.
>>> 
>>> Thanks Denys for driving the release.
>>> 
>>> Regards,
>>> Sourabh Badhya
>>> 
>>> On Wed, Mar 27, 2024 at 10:38 PM Ayush Saxena 
>> wrote:
>>> 
 +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
 * Built Docker image from source & tried some basic commands on the
>>> docker
 environment.
 * Skimmed over the contents of maven repo.
 
 Thanx Denys for driving the release. Good Luck!!!
 
 -Ayush
 
 On Wed, 27 Mar 2024 at 21:05, Marta Kuczora
>>>  
 wrote:
 
> +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 0.10.3
>>> [OK]
> 
> * Ran some simple Hive queries with external/acid/iceberg tables [OK]
> 
> 
> Regards,
> 
> Marta
> 
> 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 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:
>> - 83eb88549ae88d3df6a86bb3e2526c7f4a0f21acafe21452c18071cee058c666
>> apache-hive-4.0.0-bin.tar.gz
>> - 4dbc9321d245e7fd26198e5d3dff95e5f7d0673d54d0727787d72956a1bca4f5
>> apache-hive-4.0.0-src.tar.gz
>> 
>> 
>> You can find the KEYS file here:
>> 
>> * https://downloads.apache.org/hive/KEYS
>> 
>> 
>> A staged Maven repository URL is:*
>> 
>>> https://repository.apache.org/content/repositories/orgapachehive-1127/
>> 
>> The git commit hash is:*
>> 
>> 
> 
 
>>> 
>> https://github.com/apache/hive/commit/183f8cb41d3dbed961ffd27999876468ff06690c
>> 
>> 
>> This corresponds to the tag: release-4.0.0-rc0
>> * https://github.com/apache/hive/tree/release-4.0.0-rc0
>> 
>> The vote is open for the next 72 hours and passes if a majority of
>> at
> least
>> three +1 PMC votes are cast.
>> 
>> (Only PMC members have binding votes, however, other community
>>> members
>> are encouraged to cast non-binding votes.)
>> 
>> 
>> [ ] +1 Release this package as Apache Hive 4.0.0
>> [ ] +0
>> [ ] -1 Do not release this because...
>> 
>> 
>> Please download, verify, and test.
>> 
>> 
>> Regards,
>> 
>> Denys
>> 
> 
 
>>> 
>> 



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 table successfully
on the Docker environment
- Checked the executed queries via web GUI Regards,

Zoltan Ratkai

On Thu, Mar 28, 2024 at 8:41 AM kokila narayanan <
kokilanarayana...@gmail.com> wrote:

> +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:
>
> > +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 tables successfully on the Docker environment.
> > [5] Browsed the same executed queries via Hiveserver2 UI.
> >
> > Thanks Denys for driving the release.
> >
> > Regards,
> > Sourabh Badhya
> >
> > On Wed, Mar 27, 2024 at 10:38 PM Ayush Saxena 
> wrote:
> >
> > > +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
> > > * Built Docker image from source & tried some basic commands on the
> > docker
> > > environment.
> > > * Skimmed over the contents of maven repo.
> > >
> > > Thanx Denys for driving the release. Good Luck!!!
> > >
> > > -Ayush
> > >
> > > On Wed, 27 Mar 2024 at 21:05, Marta Kuczora
> >  > > >
> > > wrote:
> > >
> > > > +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 0.10.3
> > [OK]
> > > >
> > > > * Ran some simple Hive queries with external/acid/iceberg tables [OK]
> > > >
> > > >
> > > > Regards,
> > > >
> > > > Marta
> > > >
> > > > 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 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:
> > > > > - 83eb88549ae88d3df6a86bb3e2526c7f4a0f21acafe21452c18071cee058c666
> > > > > apache-hive-4.0.0-bin.tar.gz
> > > > > - 4dbc9321d245e7fd26198e5d3dff95e5f7d0673d54d0727787d72956a1bca4f5
> > > > > apache-hive-4.0.0-src.tar.gz
> > > > >
> > > > >
> > > > > You can find the KEYS file here:
> > > > >
> > > > > * https://downloads.apache.org/hive/KEYS
> > > > >
> > > > >
> > > > > A staged Maven repository URL is:*
> > > > >
> > https://repository.apache.org/content/repositories/orgapachehive-1127/
> > > > >
> > > > > The git commit hash is:*
> > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/hive/commit/183f8cb41d3dbed961ffd27999876468ff06690c
> > > > >
> > > > >
> > > > > This corresponds to the tag: release-4.0.0-rc0
> > > > > * https://github.com/apache/hive/tree/release-4.0.0-rc0
> > > > >
> > > > > The vote is open for the next 72 hours and passes if a majority of
> at
> > > > least
> > > > > three +1 PMC votes are cast.
> > > > >
> > > > > (Only PMC members have binding votes, however, other community
> > members
> > > > > are encouraged to cast non-binding votes.)
> > > > >
> > > > >
> > > > > [ ] +1 Release this package as Apache Hive 4.0.0
> > > > > [ ] +0
> > > > > [ ] -1 Do not release this because...
> > > > >
> > > > >
> > > > > Please download, verify, and test.
> > > > >
> > > > >
> > > > > Regards,
> > > > >
> > > > > Denys
> > > > >
> > > >
> > >
> >
>


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:

> +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 tables successfully on the Docker environment.
> [5] Browsed the same executed queries via Hiveserver2 UI.
>
> Thanks Denys for driving the release.
>
> Regards,
> Sourabh Badhya
>
> On Wed, Mar 27, 2024 at 10:38 PM Ayush Saxena  wrote:
>
> > +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
> > * Built Docker image from source & tried some basic commands on the
> docker
> > environment.
> > * Skimmed over the contents of maven repo.
> >
> > Thanx Denys for driving the release. Good Luck!!!
> >
> > -Ayush
> >
> > On Wed, 27 Mar 2024 at 21:05, Marta Kuczora
>  > >
> > wrote:
> >
> > > +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 0.10.3
> [OK]
> > >
> > > * Ran some simple Hive queries with external/acid/iceberg tables [OK]
> > >
> > >
> > > Regards,
> > >
> > > Marta
> > >
> > > 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 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:
> > > > - 83eb88549ae88d3df6a86bb3e2526c7f4a0f21acafe21452c18071cee058c666
> > > > apache-hive-4.0.0-bin.tar.gz
> > > > - 4dbc9321d245e7fd26198e5d3dff95e5f7d0673d54d0727787d72956a1bca4f5
> > > > apache-hive-4.0.0-src.tar.gz
> > > >
> > > >
> > > > You can find the KEYS file here:
> > > >
> > > > * https://downloads.apache.org/hive/KEYS
> > > >
> > > >
> > > > A staged Maven repository URL is:*
> > > >
> https://repository.apache.org/content/repositories/orgapachehive-1127/
> > > >
> > > > The git commit hash is:*
> > > >
> > > >
> > >
> >
> https://github.com/apache/hive/commit/183f8cb41d3dbed961ffd27999876468ff06690c
> > > >
> > > >
> > > > This corresponds to the tag: release-4.0.0-rc0
> > > > * https://github.com/apache/hive/tree/release-4.0.0-rc0
> > > >
> > > > The vote is open for the next 72 hours and passes if a majority of at
> > > least
> > > > three +1 PMC votes are cast.
> > > >
> > > > (Only PMC members have binding votes, however, other community
> members
> > > > are encouraged to cast non-binding votes.)
> > > >
> > > >
> > > > [ ] +1 Release this package as Apache Hive 4.0.0
> > > > [ ] +0
> > > > [ ] -1 Do not release this because...
> > > >
> > > >
> > > > Please download, verify, and test.
> > > >
> > > >
> > > > Regards,
> > > >
> > > > Denys
> > > >
> > >
> >
>


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 tables successfully on the Docker environment.
[5] Browsed the same executed queries via Hiveserver2 UI.

Thanks Denys for driving the release.

Regards,
Sourabh Badhya

On Wed, Mar 27, 2024 at 10:38 PM Ayush Saxena  wrote:

> +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
> * Built Docker image from source & tried some basic commands on the docker
> environment.
> * Skimmed over the contents of maven repo.
>
> Thanx Denys for driving the release. Good Luck!!!
>
> -Ayush
>
> On Wed, 27 Mar 2024 at 21:05, Marta Kuczora  >
> wrote:
>
> > +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 0.10.3 [OK]
> >
> > * Ran some simple Hive queries with external/acid/iceberg tables [OK]
> >
> >
> > Regards,
> >
> > Marta
> >
> > 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 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:
> > > - 83eb88549ae88d3df6a86bb3e2526c7f4a0f21acafe21452c18071cee058c666
> > > apache-hive-4.0.0-bin.tar.gz
> > > - 4dbc9321d245e7fd26198e5d3dff95e5f7d0673d54d0727787d72956a1bca4f5
> > > apache-hive-4.0.0-src.tar.gz
> > >
> > >
> > > You can find the KEYS file here:
> > >
> > > * https://downloads.apache.org/hive/KEYS
> > >
> > >
> > > A staged Maven repository URL is:*
> > > https://repository.apache.org/content/repositories/orgapachehive-1127/
> > >
> > > The git commit hash is:*
> > >
> > >
> >
> https://github.com/apache/hive/commit/183f8cb41d3dbed961ffd27999876468ff06690c
> > >
> > >
> > > This corresponds to the tag: release-4.0.0-rc0
> > > * https://github.com/apache/hive/tree/release-4.0.0-rc0
> > >
> > > The vote is open for the next 72 hours and passes if a majority of at
> > least
> > > three +1 PMC votes are cast.
> > >
> > > (Only PMC members have binding votes, however, other community members
> > > are encouraged to cast non-binding votes.)
> > >
> > >
> > > [ ] +1 Release this package as Apache Hive 4.0.0
> > > [ ] +0
> > > [ ] -1 Do not release this because...
> > >
> > >
> > > Please download, verify, and test.
> > >
> > >
> > > Regards,
> > >
> > > Denys
> > >
> >
>