You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hudi.apache.org by vino yang <ya...@gmail.com> on 2020/03/21 09:20:08 UTC

[VOTE] Release 0.5.2-incubating, release candidate #2

Hi everyone,


We have prepared the third apache release candidate for Apache Hudi
(incubating). The version is: 0.5.2-incubating-rc2. Please review and vote
on the release candidate #2 for the version 0.5.2, as follows:

[ ] +1, Approve the release

[ ] -1, Do not approve the release (please provide specific comments)

The complete staging area is available for your review, which includes:

* JIRA release notes [1],
* the official Apache source release and binary convenience releases to be
deployed to dist.apache.org [2], which are signed with the key with
fingerprint C3A96EC77149571AE89F82764C86684D047DE03C [3],

* all artifacts to be deployed to the Maven Central Repository [4],
* source code tag "release-0.5.2-incubating-rc2" [5],

The vote will be open for at least 72 hours. It is adopted by majority
approval, with at least 3 PMC affirmative votes.

Thanks,

Vino



[1]
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346606

[2]
https://dist.apache.org/repos/dist/dev/incubator/hudi/hudi-0.5.2-incubating-rc2/

[3] https://dist.apache.org/repos/dist/release/incubator/hudi/KEYS

[4] https://repository.apache.org/content/repositories/orgapachehudi-1019

[5]
https://github.com/apache/incubator-hudi/tree/release-0.5.2-incubating-rc2

Re: [VOTE] Release 0.5.2-incubating, release candidate #2

Posted by Sivabalan <n....@gmail.com>.
+1 Non binding

- Verified checksums and signatures [OK]
- Downloaded and compiled successfully [OK]
- Verified quickstart [OK]
- Ran release validation scripts [OK]

./release/validate_staged_release.sh --release=0.5.2 --rc_num=2
/tmp/validation_scratch_dir_001
~/Documents/personal/projects/siva_hudi/0.5.2/hudi-0.5.2-incubating-rc2/scripts
Checking Checksum of Source Release
Checksum Check of Source Release - [OK]

  % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                 Dload  Upload   Total   Spent    Left
 Speed
100 21027  100 21027    0     0  82783      0 --:--:-- --:--:-- --:--:--
82783
Checking Signature
Signature Check - [OK]

Checking for binary files in source release
No Binary Files in Source Release? - [OK]

Checking for DISCLAIMER
DISCLAIMER file exists ? [OK]

Checking for LICENSE and NOTICE
License file exists ? [OK]
Notice file exists ? [OK]

Performing custom Licensing Check
Licensing Check Passed [OK]

Running RAT Check
RAT Check Passed [OK]

On Sun, Mar 22, 2020 at 3:12 AM vino yang <ya...@gmail.com> wrote:

> Hi Ethan,
>
> Thanks for your vote.
>
> About this issue:
> ```
> >>./docker/demo/data/batch_2.json: application/json; charset=us-ascii
>
> >>./docker/demo/data/batch_1.json: application/json; charset=us-ascii
>
> >>./hudi-common/src/test/resources/sample.data: application/json;
> charset=us-ascii
> ```
>
> It seems it has been addressed in HUDI-710[1], right?
> It is not added in rc2. Fortunately, it is not a blocker issue.
>
> Best,
> Vino
>
> [1]: https://issues.apache.org/jira/browse/HUDI-710
>
> Y Ethan Guo <et...@gmail.com> 于2020年3月22日周日 下午3:00写道:
>
> > +1 (non-binding) did the same checks as rc1
> >
> > - [OK] Checksums and signatures
> > - [OK] NOTICE, DISCLAIM, LICENSE files exist
> > - [OK] Compilation & tests (`mvn clean package`, `mvn clean package
> > -Dscala-2.12`, `mvn clean package -DskipTests -DskipITs
> > -Pspark-shade-unbundle-avro`)
> > - [OK] Javadoc (`mvn clean javadoc:aggregate -Pjavadocs`)
> > - [OK] Run quickstart
> >
> > Btw, I've encountered the following while running `
> > ./release/validate_staged_release.sh --release=0.5.2 --rc_num=2` and it
> > does not seem to be critical.  Is there any local config I need to make
> to
> > successfully run the command?  Looks like others can run this command
> > without any issue.
> >
> > Checking for binary files in source release
> >
> > There were non-text files in source release. Please check below
> >
> >
> > ./docker/demo/data/batch_2.json: application/json; charset=us-ascii
> >
> > ./docker/demo/data/batch_1.json: application/json; charset=us-ascii
> >
> > ./hudi-common/src/test/resources/sample.data: application/json;
> > charset=us-ascii
> >
> > Best,
> > - Ethan
> >
> > On Sat, Mar 21, 2020 at 10:54 PM Bhavani Sudha <bh...@gmail.com>
> > wrote:
> >
> > > +1 (non-binding)
> > >
> > > Did same tests as previous RC:
> > > - Verified checksums and signatures [OK]
> > > - Verified NOTICE, DISCLAIME, LICENSE files exist [OK]
> > > - Downloaded and compiled succesfully [OK]
> > > - Verified quickstart [OK]
> > > - Ran some tests in IDE [OK]
> > >
> > > Thanks,
> > > Sudha
> > >
> > > On Sat, Mar 21, 2020 at 7:43 PM Prasanna Rajaperumal <
> > prasanna@apache.org>
> > > wrote:
> > >
> > > > +1 binding
> > > >
> > > > (Hope we get past license/notice issues this time)
> > > >
> > > > On 2020/03/21 16:47:57, "vbalaji@apache.org" <vb...@apache.org>
> > wrote:
> > > > >  +1 (binding)
> > > > >
> > > > > Ran following checks:
> > > > > 1. Checked out RC candidate source code and compiled successfully
> > > > > 2. Ran Apache Hudi quickstart steps successfully on
> > > > 0.5.2-incubating-rc23. Ran release validation script successfully.
> > > > > (base) varadarb-C02SH0P1G8WL:scripts varadarb$
> > > > ./release/validate_staged_release.sh --release=0.5.2 --rc_num=2
> > > > >
> > > > > Checking Checksum of Source Release
> > > > >
> > > > >
> > > > > Checksum Check of Source Release - [OK]
> > > > >
> > > > >
> > > > >
> > > > > Checking Signature
> > > > >
> > > > > Signature Check - [OK]
> > > > >
> > > > > Checking for binary files in source release
> > > > >
> > > > >
> > > > > No Binary Files in Source Release? - [OK]
> > > > >
> > > > > Checking for DISCLAIMER
> > > > >
> > > > > DISCLAIMER file exists ? [OK]
> > > > >
> > > > > Checking for LICENSE and NOTICE
> > > > >
> > > > > License file exists ? [OK]
> > > > >
> > > > > Notice file exists ? [OK]
> > > > >
> > > > > Performing custom Licensing Check
> > > > >
> > > > > Licensing Check Passed [OK]
> > > > >
> > > > > Running RAT Check
> > > > > RAT Check Passed [OK]
> > > > > Balaji.V
> > > > >
> > > > >     On Saturday, March 21, 2020, 08:23:44 AM PDT, Vinoth Chandar <
> > > > vinoth@apache.org> wrote:
> > > > >
> > > > >  +1 binding
> > > > >
> > > > > Repeated tests from RC1
> > > > >
> > > > > On Sat, Mar 21, 2020 at 5:44 AM vino yang <ya...@gmail.com>
> > > wrote:
> > > > >
> > > > > > +1 binding
> > > > > >
> > > > > > - checked signature & checksum
> > > > > > - maven clean package -DskipTests
> > > > > > - ran `release/validate_staged_release.sh`
> > > > > > - check RAT (OK)
> > > > > >
> > > > > > Best,
> > > > > > Vino
> > > > > >
> > > > > > Suneel Marthi <sm...@apache.org> 于2020年3月21日周六 下午8:33写道:
> > > > > >
> > > > > > > +1 binding
> > > > > > >
> > > > > > > - checked NOTICE and LICENSE
> > > > > > > - verified checksum and signature
> > > > > > > - mvn clean install
> > > > > > >
> > > > > > >
> > > > > > > On Sat, Mar 21, 2020 at 7:01 AM leesf <le...@gmail.com>
> > wrote:
> > > > > > >
> > > > > > > > +1 (binding)
> > > > > > > >
> > > > > > > > - verified checksum and signature [OK]
> > > > > > > > - mvn clean install -DskipTests [OK]
> > > > > > > > - checked the modules in
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapachehudi-1019/org/apache/hudi/
> > > > > > > >  [OK]
> > > > > > > >
> > > > > > > > Best,
> > > > > > > > Leesf
> > > > > > > >
> > > > > > > > vino yang <ya...@gmail.com> 于2020年3月21日周六 下午5:20写道:
> > > > > > > >
> > > > > > > > > Hi everyone,
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > We have prepared the third apache release candidate for
> > Apache
> > > > Hudi
> > > > > > > > > (incubating). The version is: 0.5.2-incubating-rc2. Please
> > > > review and
> > > > > > > > vote
> > > > > > > > > on the release candidate #2 for the version 0.5.2, as
> > follows:
> > > > > > > > >
> > > > > > > > > [ ] +1, Approve the release
> > > > > > > > >
> > > > > > > > > [ ] -1, Do not approve the release (please provide specific
> > > > comments)
> > > > > > > > >
> > > > > > > > > The complete staging area is available for your review,
> which
> > > > > > includes:
> > > > > > > > >
> > > > > > > > > * JIRA release notes [1],
> > > > > > > > > * the official Apache source release and binary convenience
> > > > releases
> > > > > > to
> > > > > > > > be
> > > > > > > > > deployed to dist.apache.org [2], which are signed with the
> > key
> > > > with
> > > > > > > > > fingerprint C3A96EC77149571AE89F82764C86684D047DE03C [3],
> > > > > > > > >
> > > > > > > > > * all artifacts to be deployed to the Maven Central
> > Repository
> > > > [4],
> > > > > > > > > * source code tag "release-0.5.2-incubating-rc2" [5],
> > > > > > > > >
> > > > > > > > > The vote will be open for at least 72 hours. It is adopted
> by
> > > > > > majority
> > > > > > > > > approval, with at least 3 PMC affirmative votes.
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > >
> > > > > > > > > Vino
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > [1]
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346606
> > > > > > > > >
> > > > > > > > > [2]
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/hudi/hudi-0.5.2-incubating-rc2/
> > > > > > > > >
> > > > > > > > > [3]
> > > > https://dist.apache.org/repos/dist/release/incubator/hudi/KEYS
> > > > > > > > >
> > > > > > > > > [4]
> > > > > > > >
> > > >
> https://repository.apache.org/content/repositories/orgapachehudi-1019
> > > > > > > > >
> > > > > > > > > [5]
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > >
> >
> https://github.com/apache/incubator-hudi/tree/release-0.5.2-incubating-rc2
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > >
> > >
> >
>


-- 
Regards,
-Sivabalan

Re: [VOTE] Release 0.5.2-incubating, release candidate #2

Posted by vino yang <ya...@gmail.com>.
Hi Ethan,

Thanks for your vote.

About this issue:
```
>>./docker/demo/data/batch_2.json: application/json; charset=us-ascii

>>./docker/demo/data/batch_1.json: application/json; charset=us-ascii

>>./hudi-common/src/test/resources/sample.data: application/json;
charset=us-ascii
```

It seems it has been addressed in HUDI-710[1], right?
It is not added in rc2. Fortunately, it is not a blocker issue.

Best,
Vino

[1]: https://issues.apache.org/jira/browse/HUDI-710

Y Ethan Guo <et...@gmail.com> 于2020年3月22日周日 下午3:00写道:

> +1 (non-binding) did the same checks as rc1
>
> - [OK] Checksums and signatures
> - [OK] NOTICE, DISCLAIM, LICENSE files exist
> - [OK] Compilation & tests (`mvn clean package`, `mvn clean package
> -Dscala-2.12`, `mvn clean package -DskipTests -DskipITs
> -Pspark-shade-unbundle-avro`)
> - [OK] Javadoc (`mvn clean javadoc:aggregate -Pjavadocs`)
> - [OK] Run quickstart
>
> Btw, I've encountered the following while running `
> ./release/validate_staged_release.sh --release=0.5.2 --rc_num=2` and it
> does not seem to be critical.  Is there any local config I need to make to
> successfully run the command?  Looks like others can run this command
> without any issue.
>
> Checking for binary files in source release
>
> There were non-text files in source release. Please check below
>
>
> ./docker/demo/data/batch_2.json: application/json; charset=us-ascii
>
> ./docker/demo/data/batch_1.json: application/json; charset=us-ascii
>
> ./hudi-common/src/test/resources/sample.data: application/json;
> charset=us-ascii
>
> Best,
> - Ethan
>
> On Sat, Mar 21, 2020 at 10:54 PM Bhavani Sudha <bh...@gmail.com>
> wrote:
>
> > +1 (non-binding)
> >
> > Did same tests as previous RC:
> > - Verified checksums and signatures [OK]
> > - Verified NOTICE, DISCLAIME, LICENSE files exist [OK]
> > - Downloaded and compiled succesfully [OK]
> > - Verified quickstart [OK]
> > - Ran some tests in IDE [OK]
> >
> > Thanks,
> > Sudha
> >
> > On Sat, Mar 21, 2020 at 7:43 PM Prasanna Rajaperumal <
> prasanna@apache.org>
> > wrote:
> >
> > > +1 binding
> > >
> > > (Hope we get past license/notice issues this time)
> > >
> > > On 2020/03/21 16:47:57, "vbalaji@apache.org" <vb...@apache.org>
> wrote:
> > > >  +1 (binding)
> > > >
> > > > Ran following checks:
> > > > 1. Checked out RC candidate source code and compiled successfully
> > > > 2. Ran Apache Hudi quickstart steps successfully on
> > > 0.5.2-incubating-rc23. Ran release validation script successfully.
> > > > (base) varadarb-C02SH0P1G8WL:scripts varadarb$
> > > ./release/validate_staged_release.sh --release=0.5.2 --rc_num=2
> > > >
> > > > Checking Checksum of Source Release
> > > >
> > > >
> > > > Checksum Check of Source Release - [OK]
> > > >
> > > >
> > > >
> > > > Checking Signature
> > > >
> > > > Signature Check - [OK]
> > > >
> > > > Checking for binary files in source release
> > > >
> > > >
> > > > No Binary Files in Source Release? - [OK]
> > > >
> > > > Checking for DISCLAIMER
> > > >
> > > > DISCLAIMER file exists ? [OK]
> > > >
> > > > Checking for LICENSE and NOTICE
> > > >
> > > > License file exists ? [OK]
> > > >
> > > > Notice file exists ? [OK]
> > > >
> > > > Performing custom Licensing Check
> > > >
> > > > Licensing Check Passed [OK]
> > > >
> > > > Running RAT Check
> > > > RAT Check Passed [OK]
> > > > Balaji.V
> > > >
> > > >     On Saturday, March 21, 2020, 08:23:44 AM PDT, Vinoth Chandar <
> > > vinoth@apache.org> wrote:
> > > >
> > > >  +1 binding
> > > >
> > > > Repeated tests from RC1
> > > >
> > > > On Sat, Mar 21, 2020 at 5:44 AM vino yang <ya...@gmail.com>
> > wrote:
> > > >
> > > > > +1 binding
> > > > >
> > > > > - checked signature & checksum
> > > > > - maven clean package -DskipTests
> > > > > - ran `release/validate_staged_release.sh`
> > > > > - check RAT (OK)
> > > > >
> > > > > Best,
> > > > > Vino
> > > > >
> > > > > Suneel Marthi <sm...@apache.org> 于2020年3月21日周六 下午8:33写道:
> > > > >
> > > > > > +1 binding
> > > > > >
> > > > > > - checked NOTICE and LICENSE
> > > > > > - verified checksum and signature
> > > > > > - mvn clean install
> > > > > >
> > > > > >
> > > > > > On Sat, Mar 21, 2020 at 7:01 AM leesf <le...@gmail.com>
> wrote:
> > > > > >
> > > > > > > +1 (binding)
> > > > > > >
> > > > > > > - verified checksum and signature [OK]
> > > > > > > - mvn clean install -DskipTests [OK]
> > > > > > > - checked the modules in
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapachehudi-1019/org/apache/hudi/
> > > > > > >  [OK]
> > > > > > >
> > > > > > > Best,
> > > > > > > Leesf
> > > > > > >
> > > > > > > vino yang <ya...@gmail.com> 于2020年3月21日周六 下午5:20写道:
> > > > > > >
> > > > > > > > Hi everyone,
> > > > > > > >
> > > > > > > >
> > > > > > > > We have prepared the third apache release candidate for
> Apache
> > > Hudi
> > > > > > > > (incubating). The version is: 0.5.2-incubating-rc2. Please
> > > review and
> > > > > > > vote
> > > > > > > > on the release candidate #2 for the version 0.5.2, as
> follows:
> > > > > > > >
> > > > > > > > [ ] +1, Approve the release
> > > > > > > >
> > > > > > > > [ ] -1, Do not approve the release (please provide specific
> > > comments)
> > > > > > > >
> > > > > > > > The complete staging area is available for your review, which
> > > > > includes:
> > > > > > > >
> > > > > > > > * JIRA release notes [1],
> > > > > > > > * the official Apache source release and binary convenience
> > > releases
> > > > > to
> > > > > > > be
> > > > > > > > deployed to dist.apache.org [2], which are signed with the
> key
> > > with
> > > > > > > > fingerprint C3A96EC77149571AE89F82764C86684D047DE03C [3],
> > > > > > > >
> > > > > > > > * all artifacts to be deployed to the Maven Central
> Repository
> > > [4],
> > > > > > > > * source code tag "release-0.5.2-incubating-rc2" [5],
> > > > > > > >
> > > > > > > > The vote will be open for at least 72 hours. It is adopted by
> > > > > majority
> > > > > > > > approval, with at least 3 PMC affirmative votes.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > >
> > > > > > > > Vino
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > [1]
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346606
> > > > > > > >
> > > > > > > > [2]
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/hudi/hudi-0.5.2-incubating-rc2/
> > > > > > > >
> > > > > > > > [3]
> > > https://dist.apache.org/repos/dist/release/incubator/hudi/KEYS
> > > > > > > >
> > > > > > > > [4]
> > > > > > >
> > > https://repository.apache.org/content/repositories/orgapachehudi-1019
> > > > > > > >
> > > > > > > > [5]
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > >
> >
> https://github.com/apache/incubator-hudi/tree/release-0.5.2-incubating-rc2
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > >
> >
>

Re: [VOTE] Release 0.5.2-incubating, release candidate #2

Posted by Y Ethan Guo <et...@gmail.com>.
+1 (non-binding) did the same checks as rc1

- [OK] Checksums and signatures
- [OK] NOTICE, DISCLAIM, LICENSE files exist
- [OK] Compilation & tests (`mvn clean package`, `mvn clean package
-Dscala-2.12`, `mvn clean package -DskipTests -DskipITs
-Pspark-shade-unbundle-avro`)
- [OK] Javadoc (`mvn clean javadoc:aggregate -Pjavadocs`)
- [OK] Run quickstart

Btw, I've encountered the following while running `
./release/validate_staged_release.sh --release=0.5.2 --rc_num=2` and it
does not seem to be critical.  Is there any local config I need to make to
successfully run the command?  Looks like others can run this command
without any issue.

Checking for binary files in source release

There were non-text files in source release. Please check below


./docker/demo/data/batch_2.json: application/json; charset=us-ascii

./docker/demo/data/batch_1.json: application/json; charset=us-ascii

./hudi-common/src/test/resources/sample.data: application/json;
charset=us-ascii

Best,
- Ethan

On Sat, Mar 21, 2020 at 10:54 PM Bhavani Sudha <bh...@gmail.com>
wrote:

> +1 (non-binding)
>
> Did same tests as previous RC:
> - Verified checksums and signatures [OK]
> - Verified NOTICE, DISCLAIME, LICENSE files exist [OK]
> - Downloaded and compiled succesfully [OK]
> - Verified quickstart [OK]
> - Ran some tests in IDE [OK]
>
> Thanks,
> Sudha
>
> On Sat, Mar 21, 2020 at 7:43 PM Prasanna Rajaperumal <pr...@apache.org>
> wrote:
>
> > +1 binding
> >
> > (Hope we get past license/notice issues this time)
> >
> > On 2020/03/21 16:47:57, "vbalaji@apache.org" <vb...@apache.org> wrote:
> > >  +1 (binding)
> > >
> > > Ran following checks:
> > > 1. Checked out RC candidate source code and compiled successfully
> > > 2. Ran Apache Hudi quickstart steps successfully on
> > 0.5.2-incubating-rc23. Ran release validation script successfully.
> > > (base) varadarb-C02SH0P1G8WL:scripts varadarb$
> > ./release/validate_staged_release.sh --release=0.5.2 --rc_num=2
> > >
> > > Checking Checksum of Source Release
> > >
> > >
> > > Checksum Check of Source Release - [OK]
> > >
> > >
> > >
> > > Checking Signature
> > >
> > > Signature Check - [OK]
> > >
> > > Checking for binary files in source release
> > >
> > >
> > > No Binary Files in Source Release? - [OK]
> > >
> > > Checking for DISCLAIMER
> > >
> > > DISCLAIMER file exists ? [OK]
> > >
> > > Checking for LICENSE and NOTICE
> > >
> > > License file exists ? [OK]
> > >
> > > Notice file exists ? [OK]
> > >
> > > Performing custom Licensing Check
> > >
> > > Licensing Check Passed [OK]
> > >
> > > Running RAT Check
> > > RAT Check Passed [OK]
> > > Balaji.V
> > >
> > >     On Saturday, March 21, 2020, 08:23:44 AM PDT, Vinoth Chandar <
> > vinoth@apache.org> wrote:
> > >
> > >  +1 binding
> > >
> > > Repeated tests from RC1
> > >
> > > On Sat, Mar 21, 2020 at 5:44 AM vino yang <ya...@gmail.com>
> wrote:
> > >
> > > > +1 binding
> > > >
> > > > - checked signature & checksum
> > > > - maven clean package -DskipTests
> > > > - ran `release/validate_staged_release.sh`
> > > > - check RAT (OK)
> > > >
> > > > Best,
> > > > Vino
> > > >
> > > > Suneel Marthi <sm...@apache.org> 于2020年3月21日周六 下午8:33写道:
> > > >
> > > > > +1 binding
> > > > >
> > > > > - checked NOTICE and LICENSE
> > > > > - verified checksum and signature
> > > > > - mvn clean install
> > > > >
> > > > >
> > > > > On Sat, Mar 21, 2020 at 7:01 AM leesf <le...@gmail.com> wrote:
> > > > >
> > > > > > +1 (binding)
> > > > > >
> > > > > > - verified checksum and signature [OK]
> > > > > > - mvn clean install -DskipTests [OK]
> > > > > > - checked the modules in
> > > > > >
> > > > > >
> > > > >
> > > >
> >
> https://repository.apache.org/content/repositories/orgapachehudi-1019/org/apache/hudi/
> > > > > >  [OK]
> > > > > >
> > > > > > Best,
> > > > > > Leesf
> > > > > >
> > > > > > vino yang <ya...@gmail.com> 于2020年3月21日周六 下午5:20写道:
> > > > > >
> > > > > > > Hi everyone,
> > > > > > >
> > > > > > >
> > > > > > > We have prepared the third apache release candidate for Apache
> > Hudi
> > > > > > > (incubating). The version is: 0.5.2-incubating-rc2. Please
> > review and
> > > > > > vote
> > > > > > > on the release candidate #2 for the version 0.5.2, as follows:
> > > > > > >
> > > > > > > [ ] +1, Approve the release
> > > > > > >
> > > > > > > [ ] -1, Do not approve the release (please provide specific
> > comments)
> > > > > > >
> > > > > > > The complete staging area is available for your review, which
> > > > includes:
> > > > > > >
> > > > > > > * JIRA release notes [1],
> > > > > > > * the official Apache source release and binary convenience
> > releases
> > > > to
> > > > > > be
> > > > > > > deployed to dist.apache.org [2], which are signed with the key
> > with
> > > > > > > fingerprint C3A96EC77149571AE89F82764C86684D047DE03C [3],
> > > > > > >
> > > > > > > * all artifacts to be deployed to the Maven Central Repository
> > [4],
> > > > > > > * source code tag "release-0.5.2-incubating-rc2" [5],
> > > > > > >
> > > > > > > The vote will be open for at least 72 hours. It is adopted by
> > > > majority
> > > > > > > approval, with at least 3 PMC affirmative votes.
> > > > > > >
> > > > > > > Thanks,
> > > > > > >
> > > > > > > Vino
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > [1]
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346606
> > > > > > >
> > > > > > > [2]
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/hudi/hudi-0.5.2-incubating-rc2/
> > > > > > >
> > > > > > > [3]
> > https://dist.apache.org/repos/dist/release/incubator/hudi/KEYS
> > > > > > >
> > > > > > > [4]
> > > > > >
> > https://repository.apache.org/content/repositories/orgapachehudi-1019
> > > > > > >
> > > > > > > [5]
> > > > > > >
> > > > > >
> > > > >
> > > >
> >
> https://github.com/apache/incubator-hudi/tree/release-0.5.2-incubating-rc2
> > > > > > >
> > > > > >
> > > > >
> > > >
> >
>

Re: [VOTE] Release 0.5.2-incubating, release candidate #2

Posted by Bhavani Sudha <bh...@gmail.com>.
+1 (non-binding)

Did same tests as previous RC:
- Verified checksums and signatures [OK]
- Verified NOTICE, DISCLAIME, LICENSE files exist [OK]
- Downloaded and compiled succesfully [OK]
- Verified quickstart [OK]
- Ran some tests in IDE [OK]

Thanks,
Sudha

On Sat, Mar 21, 2020 at 7:43 PM Prasanna Rajaperumal <pr...@apache.org>
wrote:

> +1 binding
>
> (Hope we get past license/notice issues this time)
>
> On 2020/03/21 16:47:57, "vbalaji@apache.org" <vb...@apache.org> wrote:
> >  +1 (binding)
> >
> > Ran following checks:
> > 1. Checked out RC candidate source code and compiled successfully
> > 2. Ran Apache Hudi quickstart steps successfully on
> 0.5.2-incubating-rc23. Ran release validation script successfully.
> > (base) varadarb-C02SH0P1G8WL:scripts varadarb$
> ./release/validate_staged_release.sh --release=0.5.2 --rc_num=2
> >
> > Checking Checksum of Source Release
> >
> >
> > Checksum Check of Source Release - [OK]
> >
> >
> >
> > Checking Signature
> >
> > Signature Check - [OK]
> >
> > Checking for binary files in source release
> >
> >
> > No Binary Files in Source Release? - [OK]
> >
> > Checking for DISCLAIMER
> >
> > DISCLAIMER file exists ? [OK]
> >
> > Checking for LICENSE and NOTICE
> >
> > License file exists ? [OK]
> >
> > Notice file exists ? [OK]
> >
> > Performing custom Licensing Check
> >
> > Licensing Check Passed [OK]
> >
> > Running RAT Check
> > RAT Check Passed [OK]
> > Balaji.V
> >
> >     On Saturday, March 21, 2020, 08:23:44 AM PDT, Vinoth Chandar <
> vinoth@apache.org> wrote:
> >
> >  +1 binding
> >
> > Repeated tests from RC1
> >
> > On Sat, Mar 21, 2020 at 5:44 AM vino yang <ya...@gmail.com> wrote:
> >
> > > +1 binding
> > >
> > > - checked signature & checksum
> > > - maven clean package -DskipTests
> > > - ran `release/validate_staged_release.sh`
> > > - check RAT (OK)
> > >
> > > Best,
> > > Vino
> > >
> > > Suneel Marthi <sm...@apache.org> 于2020年3月21日周六 下午8:33写道:
> > >
> > > > +1 binding
> > > >
> > > > - checked NOTICE and LICENSE
> > > > - verified checksum and signature
> > > > - mvn clean install
> > > >
> > > >
> > > > On Sat, Mar 21, 2020 at 7:01 AM leesf <le...@gmail.com> wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > > - verified checksum and signature [OK]
> > > > > - mvn clean install -DskipTests [OK]
> > > > > - checked the modules in
> > > > >
> > > > >
> > > >
> > >
> https://repository.apache.org/content/repositories/orgapachehudi-1019/org/apache/hudi/
> > > > >  [OK]
> > > > >
> > > > > Best,
> > > > > Leesf
> > > > >
> > > > > vino yang <ya...@gmail.com> 于2020年3月21日周六 下午5:20写道:
> > > > >
> > > > > > Hi everyone,
> > > > > >
> > > > > >
> > > > > > We have prepared the third apache release candidate for Apache
> Hudi
> > > > > > (incubating). The version is: 0.5.2-incubating-rc2. Please
> review and
> > > > > vote
> > > > > > on the release candidate #2 for the version 0.5.2, as follows:
> > > > > >
> > > > > > [ ] +1, Approve the release
> > > > > >
> > > > > > [ ] -1, Do not approve the release (please provide specific
> comments)
> > > > > >
> > > > > > The complete staging area is available for your review, which
> > > includes:
> > > > > >
> > > > > > * JIRA release notes [1],
> > > > > > * the official Apache source release and binary convenience
> releases
> > > to
> > > > > be
> > > > > > deployed to dist.apache.org [2], which are signed with the key
> with
> > > > > > fingerprint C3A96EC77149571AE89F82764C86684D047DE03C [3],
> > > > > >
> > > > > > * all artifacts to be deployed to the Maven Central Repository
> [4],
> > > > > > * source code tag "release-0.5.2-incubating-rc2" [5],
> > > > > >
> > > > > > The vote will be open for at least 72 hours. It is adopted by
> > > majority
> > > > > > approval, with at least 3 PMC affirmative votes.
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > Vino
> > > > > >
> > > > > >
> > > > > >
> > > > > > [1]
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346606
> > > > > >
> > > > > > [2]
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> https://dist.apache.org/repos/dist/dev/incubator/hudi/hudi-0.5.2-incubating-rc2/
> > > > > >
> > > > > > [3]
> https://dist.apache.org/repos/dist/release/incubator/hudi/KEYS
> > > > > >
> > > > > > [4]
> > > > >
> https://repository.apache.org/content/repositories/orgapachehudi-1019
> > > > > >
> > > > > > [5]
> > > > > >
> > > > >
> > > >
> > >
> https://github.com/apache/incubator-hudi/tree/release-0.5.2-incubating-rc2
> > > > > >
> > > > >
> > > >
> > >
>

Re: [VOTE] Release 0.5.2-incubating, release candidate #2

Posted by Prasanna Rajaperumal <pr...@apache.org>.
+1 binding

(Hope we get past license/notice issues this time)

On 2020/03/21 16:47:57, "vbalaji@apache.org" <vb...@apache.org> wrote: 
>  +1 (binding)
> 
> Ran following checks:
> 1. Checked out RC candidate source code and compiled successfully
> 2. Ran Apache Hudi quickstart steps successfully on 0.5.2-incubating-rc23. Ran release validation script successfully.
> (base) varadarb-C02SH0P1G8WL:scripts varadarb$ ./release/validate_staged_release.sh --release=0.5.2 --rc_num=2
> 
> Checking Checksum of Source Release
> 
> 
> Checksum Check of Source Release - [OK]
> 
> 
> 
> Checking Signature
> 
> Signature Check - [OK]
> 
> Checking for binary files in source release
> 
> 
> No Binary Files in Source Release? - [OK]
> 
> Checking for DISCLAIMER
> 
> DISCLAIMER file exists ? [OK]
> 
> Checking for LICENSE and NOTICE
> 
> License file exists ? [OK]
> 
> Notice file exists ? [OK]
> 
> Performing custom Licensing Check 
> 
> Licensing Check Passed [OK]
> 
> Running RAT Check
> RAT Check Passed [OK]
> Balaji.V
> 
>     On Saturday, March 21, 2020, 08:23:44 AM PDT, Vinoth Chandar <vi...@apache.org> wrote:  
>  
>  +1 binding
> 
> Repeated tests from RC1
> 
> On Sat, Mar 21, 2020 at 5:44 AM vino yang <ya...@gmail.com> wrote:
> 
> > +1 binding
> >
> > - checked signature & checksum
> > - maven clean package -DskipTests
> > - ran `release/validate_staged_release.sh`
> > - check RAT (OK)
> >
> > Best,
> > Vino
> >
> > Suneel Marthi <sm...@apache.org> 于2020年3月21日周六 下午8:33写道:
> >
> > > +1 binding
> > >
> > > - checked NOTICE and LICENSE
> > > - verified checksum and signature
> > > - mvn clean install
> > >
> > >
> > > On Sat, Mar 21, 2020 at 7:01 AM leesf <le...@gmail.com> wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > - verified checksum and signature [OK]
> > > > - mvn clean install -DskipTests [OK]
> > > > - checked the modules in
> > > >
> > > >
> > >
> > https://repository.apache.org/content/repositories/orgapachehudi-1019/org/apache/hudi/
> > > >  [OK]
> > > >
> > > > Best,
> > > > Leesf
> > > >
> > > > vino yang <ya...@gmail.com> 于2020年3月21日周六 下午5:20写道:
> > > >
> > > > > Hi everyone,
> > > > >
> > > > >
> > > > > We have prepared the third apache release candidate for Apache Hudi
> > > > > (incubating). The version is: 0.5.2-incubating-rc2. Please review and
> > > > vote
> > > > > on the release candidate #2 for the version 0.5.2, as follows:
> > > > >
> > > > > [ ] +1, Approve the release
> > > > >
> > > > > [ ] -1, Do not approve the release (please provide specific comments)
> > > > >
> > > > > The complete staging area is available for your review, which
> > includes:
> > > > >
> > > > > * JIRA release notes [1],
> > > > > * the official Apache source release and binary convenience releases
> > to
> > > > be
> > > > > deployed to dist.apache.org [2], which are signed with the key with
> > > > > fingerprint C3A96EC77149571AE89F82764C86684D047DE03C [3],
> > > > >
> > > > > * all artifacts to be deployed to the Maven Central Repository [4],
> > > > > * source code tag "release-0.5.2-incubating-rc2" [5],
> > > > >
> > > > > The vote will be open for at least 72 hours. It is adopted by
> > majority
> > > > > approval, with at least 3 PMC affirmative votes.
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Vino
> > > > >
> > > > >
> > > > >
> > > > > [1]
> > > > >
> > > > >
> > > >
> > >
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346606
> > > > >
> > > > > [2]
> > > > >
> > > > >
> > > >
> > >
> > https://dist.apache.org/repos/dist/dev/incubator/hudi/hudi-0.5.2-incubating-rc2/
> > > > >
> > > > > [3] https://dist.apache.org/repos/dist/release/incubator/hudi/KEYS
> > > > >
> > > > > [4]
> > > > https://repository.apache.org/content/repositories/orgapachehudi-1019
> > > > >
> > > > > [5]
> > > > >
> > > >
> > >
> > https://github.com/apache/incubator-hudi/tree/release-0.5.2-incubating-rc2
> > > > >
> > > >
> > >
> >  

Re: [VOTE] Release 0.5.2-incubating, release candidate #2

Posted by "vbalaji@apache.org" <vb...@apache.org>.
 +1 (binding)

Ran following checks:
1. Checked out RC candidate source code and compiled successfully
2. Ran Apache Hudi quickstart steps successfully on 0.5.2-incubating-rc23. Ran release validation script successfully.
(base) varadarb-C02SH0P1G8WL:scripts varadarb$ ./release/validate_staged_release.sh --release=0.5.2 --rc_num=2

Checking Checksum of Source Release


Checksum Check of Source Release - [OK]



Checking Signature

Signature Check - [OK]

Checking for binary files in source release


No Binary Files in Source Release? - [OK]

Checking for DISCLAIMER

DISCLAIMER file exists ? [OK]

Checking for LICENSE and NOTICE

License file exists ? [OK]

Notice file exists ? [OK]

Performing custom Licensing Check 

Licensing Check Passed [OK]

Running RAT Check
RAT Check Passed [OK]
Balaji.V

    On Saturday, March 21, 2020, 08:23:44 AM PDT, Vinoth Chandar <vi...@apache.org> wrote:  
 
 +1 binding

Repeated tests from RC1

On Sat, Mar 21, 2020 at 5:44 AM vino yang <ya...@gmail.com> wrote:

> +1 binding
>
> - checked signature & checksum
> - maven clean package -DskipTests
> - ran `release/validate_staged_release.sh`
> - check RAT (OK)
>
> Best,
> Vino
>
> Suneel Marthi <sm...@apache.org> 于2020年3月21日周六 下午8:33写道:
>
> > +1 binding
> >
> > - checked NOTICE and LICENSE
> > - verified checksum and signature
> > - mvn clean install
> >
> >
> > On Sat, Mar 21, 2020 at 7:01 AM leesf <le...@gmail.com> wrote:
> >
> > > +1 (binding)
> > >
> > > - verified checksum and signature [OK]
> > > - mvn clean install -DskipTests [OK]
> > > - checked the modules in
> > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapachehudi-1019/org/apache/hudi/
> > >  [OK]
> > >
> > > Best,
> > > Leesf
> > >
> > > vino yang <ya...@gmail.com> 于2020年3月21日周六 下午5:20写道:
> > >
> > > > Hi everyone,
> > > >
> > > >
> > > > We have prepared the third apache release candidate for Apache Hudi
> > > > (incubating). The version is: 0.5.2-incubating-rc2. Please review and
> > > vote
> > > > on the release candidate #2 for the version 0.5.2, as follows:
> > > >
> > > > [ ] +1, Approve the release
> > > >
> > > > [ ] -1, Do not approve the release (please provide specific comments)
> > > >
> > > > The complete staging area is available for your review, which
> includes:
> > > >
> > > > * JIRA release notes [1],
> > > > * the official Apache source release and binary convenience releases
> to
> > > be
> > > > deployed to dist.apache.org [2], which are signed with the key with
> > > > fingerprint C3A96EC77149571AE89F82764C86684D047DE03C [3],
> > > >
> > > > * all artifacts to be deployed to the Maven Central Repository [4],
> > > > * source code tag "release-0.5.2-incubating-rc2" [5],
> > > >
> > > > The vote will be open for at least 72 hours. It is adopted by
> majority
> > > > approval, with at least 3 PMC affirmative votes.
> > > >
> > > > Thanks,
> > > >
> > > > Vino
> > > >
> > > >
> > > >
> > > > [1]
> > > >
> > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346606
> > > >
> > > > [2]
> > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/hudi/hudi-0.5.2-incubating-rc2/
> > > >
> > > > [3] https://dist.apache.org/repos/dist/release/incubator/hudi/KEYS
> > > >
> > > > [4]
> > > https://repository.apache.org/content/repositories/orgapachehudi-1019
> > > >
> > > > [5]
> > > >
> > >
> >
> https://github.com/apache/incubator-hudi/tree/release-0.5.2-incubating-rc2
> > > >
> > >
> >
>  

Re: [VOTE] Release 0.5.2-incubating, release candidate #2

Posted by Vinoth Chandar <vi...@apache.org>.
+1 binding

Repeated tests from RC1

On Sat, Mar 21, 2020 at 5:44 AM vino yang <ya...@gmail.com> wrote:

> +1 binding
>
> - checked signature & checksum
> - maven clean package -DskipTests
> - ran `release/validate_staged_release.sh`
> - check RAT (OK)
>
> Best,
> Vino
>
> Suneel Marthi <sm...@apache.org> 于2020年3月21日周六 下午8:33写道:
>
> > +1 binding
> >
> > - checked NOTICE and LICENSE
> > - verified checksum and signature
> > - mvn clean install
> >
> >
> > On Sat, Mar 21, 2020 at 7:01 AM leesf <le...@gmail.com> wrote:
> >
> > > +1 (binding)
> > >
> > > - verified checksum and signature [OK]
> > > - mvn clean install -DskipTests [OK]
> > > - checked the modules in
> > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapachehudi-1019/org/apache/hudi/
> > >  [OK]
> > >
> > > Best,
> > > Leesf
> > >
> > > vino yang <ya...@gmail.com> 于2020年3月21日周六 下午5:20写道:
> > >
> > > > Hi everyone,
> > > >
> > > >
> > > > We have prepared the third apache release candidate for Apache Hudi
> > > > (incubating). The version is: 0.5.2-incubating-rc2. Please review and
> > > vote
> > > > on the release candidate #2 for the version 0.5.2, as follows:
> > > >
> > > > [ ] +1, Approve the release
> > > >
> > > > [ ] -1, Do not approve the release (please provide specific comments)
> > > >
> > > > The complete staging area is available for your review, which
> includes:
> > > >
> > > > * JIRA release notes [1],
> > > > * the official Apache source release and binary convenience releases
> to
> > > be
> > > > deployed to dist.apache.org [2], which are signed with the key with
> > > > fingerprint C3A96EC77149571AE89F82764C86684D047DE03C [3],
> > > >
> > > > * all artifacts to be deployed to the Maven Central Repository [4],
> > > > * source code tag "release-0.5.2-incubating-rc2" [5],
> > > >
> > > > The vote will be open for at least 72 hours. It is adopted by
> majority
> > > > approval, with at least 3 PMC affirmative votes.
> > > >
> > > > Thanks,
> > > >
> > > > Vino
> > > >
> > > >
> > > >
> > > > [1]
> > > >
> > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346606
> > > >
> > > > [2]
> > > >
> > > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/hudi/hudi-0.5.2-incubating-rc2/
> > > >
> > > > [3] https://dist.apache.org/repos/dist/release/incubator/hudi/KEYS
> > > >
> > > > [4]
> > > https://repository.apache.org/content/repositories/orgapachehudi-1019
> > > >
> > > > [5]
> > > >
> > >
> >
> https://github.com/apache/incubator-hudi/tree/release-0.5.2-incubating-rc2
> > > >
> > >
> >
>

Re: [VOTE] Release 0.5.2-incubating, release candidate #2

Posted by vino yang <ya...@gmail.com>.
+1 binding

- checked signature & checksum
- maven clean package -DskipTests
- ran `release/validate_staged_release.sh`
- check RAT (OK)

Best,
Vino

Suneel Marthi <sm...@apache.org> 于2020年3月21日周六 下午8:33写道:

> +1 binding
>
> - checked NOTICE and LICENSE
> - verified checksum and signature
> - mvn clean install
>
>
> On Sat, Mar 21, 2020 at 7:01 AM leesf <le...@gmail.com> wrote:
>
> > +1 (binding)
> >
> > - verified checksum and signature [OK]
> > - mvn clean install -DskipTests [OK]
> > - checked the modules in
> >
> >
> https://repository.apache.org/content/repositories/orgapachehudi-1019/org/apache/hudi/
> >  [OK]
> >
> > Best,
> > Leesf
> >
> > vino yang <ya...@gmail.com> 于2020年3月21日周六 下午5:20写道:
> >
> > > Hi everyone,
> > >
> > >
> > > We have prepared the third apache release candidate for Apache Hudi
> > > (incubating). The version is: 0.5.2-incubating-rc2. Please review and
> > vote
> > > on the release candidate #2 for the version 0.5.2, as follows:
> > >
> > > [ ] +1, Approve the release
> > >
> > > [ ] -1, Do not approve the release (please provide specific comments)
> > >
> > > The complete staging area is available for your review, which includes:
> > >
> > > * JIRA release notes [1],
> > > * the official Apache source release and binary convenience releases to
> > be
> > > deployed to dist.apache.org [2], which are signed with the key with
> > > fingerprint C3A96EC77149571AE89F82764C86684D047DE03C [3],
> > >
> > > * all artifacts to be deployed to the Maven Central Repository [4],
> > > * source code tag "release-0.5.2-incubating-rc2" [5],
> > >
> > > The vote will be open for at least 72 hours. It is adopted by majority
> > > approval, with at least 3 PMC affirmative votes.
> > >
> > > Thanks,
> > >
> > > Vino
> > >
> > >
> > >
> > > [1]
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346606
> > >
> > > [2]
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/hudi/hudi-0.5.2-incubating-rc2/
> > >
> > > [3] https://dist.apache.org/repos/dist/release/incubator/hudi/KEYS
> > >
> > > [4]
> > https://repository.apache.org/content/repositories/orgapachehudi-1019
> > >
> > > [5]
> > >
> >
> https://github.com/apache/incubator-hudi/tree/release-0.5.2-incubating-rc2
> > >
> >
>

Re: [VOTE] Release 0.5.2-incubating, release candidate #2

Posted by Suneel Marthi <sm...@apache.org>.
+1 binding

- checked NOTICE and LICENSE
- verified checksum and signature
- mvn clean install


On Sat, Mar 21, 2020 at 7:01 AM leesf <le...@gmail.com> wrote:

> +1 (binding)
>
> - verified checksum and signature [OK]
> - mvn clean install -DskipTests [OK]
> - checked the modules in
>
> https://repository.apache.org/content/repositories/orgapachehudi-1019/org/apache/hudi/
>  [OK]
>
> Best,
> Leesf
>
> vino yang <ya...@gmail.com> 于2020年3月21日周六 下午5:20写道:
>
> > Hi everyone,
> >
> >
> > We have prepared the third apache release candidate for Apache Hudi
> > (incubating). The version is: 0.5.2-incubating-rc2. Please review and
> vote
> > on the release candidate #2 for the version 0.5.2, as follows:
> >
> > [ ] +1, Approve the release
> >
> > [ ] -1, Do not approve the release (please provide specific comments)
> >
> > The complete staging area is available for your review, which includes:
> >
> > * JIRA release notes [1],
> > * the official Apache source release and binary convenience releases to
> be
> > deployed to dist.apache.org [2], which are signed with the key with
> > fingerprint C3A96EC77149571AE89F82764C86684D047DE03C [3],
> >
> > * all artifacts to be deployed to the Maven Central Repository [4],
> > * source code tag "release-0.5.2-incubating-rc2" [5],
> >
> > The vote will be open for at least 72 hours. It is adopted by majority
> > approval, with at least 3 PMC affirmative votes.
> >
> > Thanks,
> >
> > Vino
> >
> >
> >
> > [1]
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346606
> >
> > [2]
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/hudi/hudi-0.5.2-incubating-rc2/
> >
> > [3] https://dist.apache.org/repos/dist/release/incubator/hudi/KEYS
> >
> > [4]
> https://repository.apache.org/content/repositories/orgapachehudi-1019
> >
> > [5]
> >
> https://github.com/apache/incubator-hudi/tree/release-0.5.2-incubating-rc2
> >
>

Re: [VOTE] Release 0.5.2-incubating, release candidate #2

Posted by leesf <le...@gmail.com>.
+1 (binding)

- verified checksum and signature [OK]
- mvn clean install -DskipTests [OK]
- checked the modules in
https://repository.apache.org/content/repositories/orgapachehudi-1019/org/apache/hudi/
 [OK]

Best,
Leesf

vino yang <ya...@gmail.com> 于2020年3月21日周六 下午5:20写道:

> Hi everyone,
>
>
> We have prepared the third apache release candidate for Apache Hudi
> (incubating). The version is: 0.5.2-incubating-rc2. Please review and vote
> on the release candidate #2 for the version 0.5.2, as follows:
>
> [ ] +1, Approve the release
>
> [ ] -1, Do not approve the release (please provide specific comments)
>
> The complete staging area is available for your review, which includes:
>
> * JIRA release notes [1],
> * the official Apache source release and binary convenience releases to be
> deployed to dist.apache.org [2], which are signed with the key with
> fingerprint C3A96EC77149571AE89F82764C86684D047DE03C [3],
>
> * all artifacts to be deployed to the Maven Central Repository [4],
> * source code tag "release-0.5.2-incubating-rc2" [5],
>
> The vote will be open for at least 72 hours. It is adopted by majority
> approval, with at least 3 PMC affirmative votes.
>
> Thanks,
>
> Vino
>
>
>
> [1]
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12346606
>
> [2]
>
> https://dist.apache.org/repos/dist/dev/incubator/hudi/hudi-0.5.2-incubating-rc2/
>
> [3] https://dist.apache.org/repos/dist/release/incubator/hudi/KEYS
>
> [4] https://repository.apache.org/content/repositories/orgapachehudi-1019
>
> [5]
> https://github.com/apache/incubator-hudi/tree/release-0.5.2-incubating-rc2
>