You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Stamatis Zampetakis <za...@gmail.com> on 2022/05/16 10:37:29 UTC

Re: [VOTE] Apache Hive 3.1.3 Release Candidate 3

Hi all,

In case you missed it the release notes for Hive 3.1.3 are broken [1].

To avoid similar problems in the future please remember to:
* associate commits with JIRA tickets;
* fill in the appropriate version in the "Fix version" field when
committing;
* mark the JIRA ticket as resolved;

Best,
Stamatis

[1] https://issues.apache.org/jira/browse/HIVE-26214

On Sat, Apr 9, 2022 at 9:09 AM Naveen Gangam <ng...@cloudera.com.invalid>
wrote:

> Thank you all the voting. Appreciate it.
>
> I have 4 binding +1 votes and no negative votes. Have just completed the
> remaining release work. Will announce shortly.
>
>
> Naveen
>
> On Fri, Apr 8, 2022 at 3:32 AM Stamatis Zampetakis <za...@gmail.com>
> wrote:
>
> > Ubuntu 20.04.4 LTS, jdk1.8.0_261, Apache Maven 3.6.3
> >
> >  * Checked signatures and checksums OK
> >  * Checked for checkstyle modified LGPL files OK
> >  * Checked for illegal licenses in release binaries (jars) using [1] OK
> >  * Checked diff between repo and release sources (diff -qr hive
> > apache-hive-3.1.3-src) OK
> >  * Built from git tag (mvn clean install -DskipTests -Pitests -Pjavadoc)
> OK
> >  * Built from release sources (mvn clean install -DskipTests -Pitests
> > -Pjavadoc) OK
> >  * Run smoke tests in hive-dev-box using hadoop 3.1.0 and tez 0.9.1 OK
> >
> > - Initialized derby metastore
> > - Simple CREATE, INSERT, ANALYZE queries
> > - Simple SPJA queries
> > - EXPLAIN variations
> >
> > +1 (non-binding)
> >
> > Best,
> > Stamatis
> >
> > [1] for f in `find . -name "*.jar"`; do echo $f; jar xf $f
> > META-INF/LICENSE; head -5 META-INF/*; done >> ALL_LICENSES
> >
> > On Thu, Apr 7, 2022 at 6:43 PM Chao Sun <su...@apache.org> wrote:
> >
> > > +1 (binding)
> > >
> > > - verified the signatures and checksums
> > > - tried the binary and tested a few queries.
> > > - built from source
> > >
> > > Thanks Naveen!
> > >
> > > Best,
> > > Chao
> > >
> > >
> > > On Thu, Apr 7, 2022 at 1:28 AM Peter Vary <pv...@cloudera.com.invalid>
> > > wrote:
> > > >
> > > > Downloaded the 3.1.3 artifacts, and checked the signatures. They are
> > OK.
> > > > Used the binary to run some basic tests, and it seems OK.
> > > >
> > > > +1 (binding)
> > > >
> > > > > On 2022. Apr 6., at 20:32, Szehon Ho <sz...@gmail.com>
> > wrote:
> > > > >
> > > > > +1 (binding)
> > > > >
> > > > > Downloaded and ran create , insert, simple query on postgres.
> > > > > Verified checksums.
> > > > > Built from source.
> > > > >
> > > > > Thanks,
> > > > > Szehon
> > > > >
> > > > > On Mon, Apr 4, 2022 at 7:56 AM Naveen Gangam
> > > <ng...@cloudera.com.invalid>
> > > > > wrote:
> > > > >
> > > > >> *[No new commits from RC2]. Just cleaned up
> > > **apache-hive-3.1.3-src.tar.gz*
> > > > >> *archive*
> > > > >>
> > > > >>
> > > > >> Apache Hive 3.1.3 Release Candidate 3 is available here:
> > > > >> https://people.apache.org/~ngangam/apache-hive-3.1.3-rc-3
> > > > >>
> > > > >> The checksums are these:
> > > > >>
> > > > >>
> > > > >> - 0c9b6a6359a7341b6029cc9347435ee7b379f93846f779d710b13f795b54bb16
> > > > >> apache-hive-3.1.3-bin.tar.gz
> > > > >>
> > > > >>
> > > > >> - b5e17f664afbb5ac702f0de0a31363caf58e067b19229df63da01c38430f6fcc
> > > > >> apache-hive-3.1.3-src.tar.gz
> > > > >>
> > > > >>
> > > > >> Maven artifacts are available here:
> > > > >>
> > https://repository.apache.org/content/repositories/orgapachehive-1116
> > > > >>
> > > > >>
> > > > >> The tag release-3.1.3-rc3 has been applied to the source for this
> > > > >> release in github, you can see it at
> > > > >>
> > > > >> https://github.com/apache/hive/tree/release-3.1.3-rc2
> > > > >>
> > > > >> The git commit hash is: 4df4d75bf1e16fe0af75aad0b4179c34c07fc975
> > > > >> <
> > > > >>
> > >
> >
> https://github.com/apache/hive/commit/4df4d75bf1e16fe0af75aad0b4179c34c07fc975
> > > > >>>
> > > > >> Voting will conclude in 72 hours.
> > > > >>
> > > > >> Hive PMC Members: Please test and vote.
> > > > >>
> > > > >> Thanks.
> > > > >>
> > > >
> > >
> >
>

Re: [VOTE] Apache Hive 3.1.3 Release Candidate 3

Posted by Naveen Gangam <ng...@cloudera.com.INVALID>.
Apologies for the missed commits from the release notes. Let me see if I
can re-visit this step.

Thank you


On Mon, May 16, 2022 at 6:37 AM Stamatis Zampetakis <za...@gmail.com>
wrote:

> Hi all,
>
> In case you missed it the release notes for Hive 3.1.3 are broken [1].
>
> To avoid similar problems in the future please remember to:
> * associate commits with JIRA tickets;
> * fill in the appropriate version in the "Fix version" field when
> committing;
> * mark the JIRA ticket as resolved;
>
> Best,
> Stamatis
>
> [1] https://issues.apache.org/jira/browse/HIVE-26214
>
> On Sat, Apr 9, 2022 at 9:09 AM Naveen Gangam <ngangam@cloudera.com.invalid
> >
> wrote:
>
> > Thank you all the voting. Appreciate it.
> >
> > I have 4 binding +1 votes and no negative votes. Have just completed the
> > remaining release work. Will announce shortly.
> >
> >
> > Naveen
> >
> > On Fri, Apr 8, 2022 at 3:32 AM Stamatis Zampetakis <za...@gmail.com>
> > wrote:
> >
> > > Ubuntu 20.04.4 LTS, jdk1.8.0_261, Apache Maven 3.6.3
> > >
> > >  * Checked signatures and checksums OK
> > >  * Checked for checkstyle modified LGPL files OK
> > >  * Checked for illegal licenses in release binaries (jars) using [1] OK
> > >  * Checked diff between repo and release sources (diff -qr hive
> > > apache-hive-3.1.3-src) OK
> > >  * Built from git tag (mvn clean install -DskipTests -Pitests
> -Pjavadoc)
> > OK
> > >  * Built from release sources (mvn clean install -DskipTests -Pitests
> > > -Pjavadoc) OK
> > >  * Run smoke tests in hive-dev-box using hadoop 3.1.0 and tez 0.9.1 OK
> > >
> > > - Initialized derby metastore
> > > - Simple CREATE, INSERT, ANALYZE queries
> > > - Simple SPJA queries
> > > - EXPLAIN variations
> > >
> > > +1 (non-binding)
> > >
> > > Best,
> > > Stamatis
> > >
> > > [1] for f in `find . -name "*.jar"`; do echo $f; jar xf $f
> > > META-INF/LICENSE; head -5 META-INF/*; done >> ALL_LICENSES
> > >
> > > On Thu, Apr 7, 2022 at 6:43 PM Chao Sun <su...@apache.org> wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > - verified the signatures and checksums
> > > > - tried the binary and tested a few queries.
> > > > - built from source
> > > >
> > > > Thanks Naveen!
> > > >
> > > > Best,
> > > > Chao
> > > >
> > > >
> > > > On Thu, Apr 7, 2022 at 1:28 AM Peter Vary <pvary@cloudera.com.invalid
> >
> > > > wrote:
> > > > >
> > > > > Downloaded the 3.1.3 artifacts, and checked the signatures. They
> are
> > > OK.
> > > > > Used the binary to run some basic tests, and it seems OK.
> > > > >
> > > > > +1 (binding)
> > > > >
> > > > > > On 2022. Apr 6., at 20:32, Szehon Ho <sz...@gmail.com>
> > > wrote:
> > > > > >
> > > > > > +1 (binding)
> > > > > >
> > > > > > Downloaded and ran create , insert, simple query on postgres.
> > > > > > Verified checksums.
> > > > > > Built from source.
> > > > > >
> > > > > > Thanks,
> > > > > > Szehon
> > > > > >
> > > > > > On Mon, Apr 4, 2022 at 7:56 AM Naveen Gangam
> > > > <ng...@cloudera.com.invalid>
> > > > > > wrote:
> > > > > >
> > > > > >> *[No new commits from RC2]. Just cleaned up
> > > > **apache-hive-3.1.3-src.tar.gz*
> > > > > >> *archive*
> > > > > >>
> > > > > >>
> > > > > >> Apache Hive 3.1.3 Release Candidate 3 is available here:
> > > > > >> https://people.apache.org/~ngangam/apache-hive-3.1.3-rc-3
> > > > > >>
> > > > > >> The checksums are these:
> > > > > >>
> > > > > >>
> > > > > >> -
> 0c9b6a6359a7341b6029cc9347435ee7b379f93846f779d710b13f795b54bb16
> > > > > >> apache-hive-3.1.3-bin.tar.gz
> > > > > >>
> > > > > >>
> > > > > >> -
> b5e17f664afbb5ac702f0de0a31363caf58e067b19229df63da01c38430f6fcc
> > > > > >> apache-hive-3.1.3-src.tar.gz
> > > > > >>
> > > > > >>
> > > > > >> Maven artifacts are available here:
> > > > > >>
> > > https://repository.apache.org/content/repositories/orgapachehive-1116
> > > > > >>
> > > > > >>
> > > > > >> The tag release-3.1.3-rc3 has been applied to the source for
> this
> > > > > >> release in github, you can see it at
> > > > > >>
> > > > > >> https://github.com/apache/hive/tree/release-3.1.3-rc2
> > > > > >>
> > > > > >> The git commit hash is: 4df4d75bf1e16fe0af75aad0b4179c34c07fc975
> > > > > >> <
> > > > > >>
> > > >
> > >
> >
> https://github.com/apache/hive/commit/4df4d75bf1e16fe0af75aad0b4179c34c07fc975
> > > > > >>>
> > > > > >> Voting will conclude in 72 hours.
> > > > > >>
> > > > > >> Hive PMC Members: Please test and vote.
> > > > > >>
> > > > > >> Thanks.
> > > > > >>
> > > > >
> > > >
> > >
> >
>