You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Denys Kuzmenko <dk...@apache.org> on 2024/03/26 07:26:20 UTC

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

Posted by Zhihua Deng <de...@apache.org>.
+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 0.10.3, start HMS and HS2 from this image: OK
5. Run some simple Hive queries: OK

Regards,
Zhihua

On 2024/03/27 01:41:30 Butao Zhang wrote:
> +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 basic/acid operations (insert/delete/update) 
> [x] Enable Ranger authorization plugin, do some db/tbl permission 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<dk...@apache.org> |
> | Date | 3/26/2024 15:26 |
> | To | <de...@hive.apache.org> |
> | 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 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)

Posted by Simhadri G <si...@gmail.com>.
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. 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
* Initialized meta scripts against MySQL: ✓ OK
* Confirmed successful standalone metastore setup with MySQL: ✓ OK
* Deployed and started HiveServer2 and Metastore with Hadoop 3.3.6 and Tez
0.10.3: ✓ OK
* Ran TPCDS queries on Hive external tables with Tez and also executed a
few hive Iceberg queries : ✓ OK

Thanks!
Simhadri G

On Wed, Mar 27, 2024 at 7:12 AM Butao Zhang <bu...@163.com> wrote:

> +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 basic/acid operations (insert/delete/update)
> [x] Enable Ranger authorization plugin, do some db/tbl permission 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<dk...@apache.org> |
> | Date | 3/26/2024 15:26 |
> | To | <de...@hive.apache.org> |
> | 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 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)

Posted by Butao Zhang <bu...@163.com>.
+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 basic/acid operations (insert/delete/update) 
[x] Enable Ranger authorization plugin, do some db/tbl permission 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<dk...@apache.org> |
| Date | 3/26/2024 15:26 |
| To | <de...@hive.apache.org> |
| 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 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)

Posted by Denys Kuzmenko <dk...@apache.org>.
+1 (binding) 

* Executed functional test suite against Postgres DB

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

Posted by Stamatis Zampetakis <za...@gmail.com>.
-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
<kk...@cloudera.com.invalid> 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 <ki...@gmail.com> 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 <zr...@cloudera.com.INVALID>
> > 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 <
> > > kokilanarayanan95@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
> > >> <sb...@cloudera.com.invalid> 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 <ay...@gmail.com>
> > >> 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
> > >>> <kuczoram@cloudera.com.invalid
> > >>>>>
> > >>>> 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 <dkuzmenko@apache.org
> > >>>
> > >>>>> 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)

Posted by Krisztian Kasa <kk...@cloudera.com.INVALID>.
+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 <ki...@gmail.com> 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 <zr...@cloudera.com.INVALID>
> 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 <
> > kokilanarayanan95@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
> >> <sb...@cloudera.com.invalid> 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 <ay...@gmail.com>
> >> 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
> >>> <kuczoram@cloudera.com.invalid
> >>>>>
> >>>> 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 <dkuzmenko@apache.org
> >>>
> >>>>> 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)

Posted by Kirti Ruge <ki...@gmail.com>.
+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 <zr...@cloudera.com.INVALID> 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 <
> kokilanarayanan95@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
>> <sb...@cloudera.com.invalid> 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 <ay...@gmail.com>
>> 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
>>> <kuczoram@cloudera.com.invalid
>>>>> 
>>>> 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 <dkuzmenko@apache.org
>>> 
>>>>> 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)

Posted by Zoltán Rátkai <zr...@cloudera.com.INVALID>.
+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 <
kokilanarayanan95@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
> <sb...@cloudera.com.invalid> 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 <ay...@gmail.com>
> 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
> > <kuczoram@cloudera.com.invalid
> > > >
> > > 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 <dkuzmenko@apache.org
> >
> > > > 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)

Posted by kokila narayanan <ko...@gmail.com>.
+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
<sb...@cloudera.com.invalid> 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 <ay...@gmail.com> 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
> <kuczoram@cloudera.com.invalid
> > >
> > 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 <dk...@apache.org>
> > > 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)

Posted by Sourabh Badhya <sb...@cloudera.com.INVALID>.
+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 <ay...@gmail.com> 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 <kuczoram@cloudera.com.invalid
> >
> 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 <dk...@apache.org>
> > 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)

Posted by Ayush Saxena <ay...@gmail.com>.
+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 <ku...@cloudera.com.invalid>
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 <dk...@apache.org>
> 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)

Posted by Marta Kuczora <ku...@cloudera.com.INVALID>.
+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 <dk...@apache.org> 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
>