+1

1. Compilation [OK]
2. Quick start (Spark 2.x, 3.x) with EMR [OK]

Thanks,
Wenning

On 3/31/21, 5:40 PM, "Mehrotra, Udit" <udi...@amazon.com.INVALID> wrote:

    CAUTION: This email originated from outside of the organization. Do not 
click links or open attachments unless you can confirm the sender and know the 
content is safe.



    +1

    - Release Validation Script [OK]
    - Compile with Spark 2/Spark 3 [OK]
    - Ran QuickStart with Spark 2/Spark 3 on EMR [OK]

    Thanks,
    Udit

    On 3/31/21, 5:16 PM, "Vinoth Chandar" <vin...@apache.org> wrote:

        CAUTION: This email originated from outside of the organization. Do not 
click links or open attachments unless you can confirm the sender and know the 
content is safe.



        +1 binding

        - Tested Optimistic Concurrency Control in EMR/Zookeeper setup
        - Ran some perf tests with bulk_insert/row writer, upserts
        - Cleaning, Archival all seem to be happening as expected
        - Hit one intermittent issue with the metadata table, but unable to 
repro
        again. So not blocking the release. Will file a support issue

        On Wed, Mar 31, 2021 at 2:02 PM vbal...@apache.org <vbal...@apache.org>
        wrote:

        >  +1 binding
        > Compilation Succeeded.Release Validation Succeeded
        > ```balaji-varadarajan--C02CV6A6MD6R:scripts balaji.varadarajan$
        > ./release/validate_staged_release.sh --release=0.8.0
        > --rc_num=1 /tmp/validation_scratch_dir_001
        > ~/code/oss/upstream_hudi/scriptsDownloading from svn co
        > https://dist.apache.org/repos/dist//dev/hudiValidating hudi-0.8.0-rc1
        > with release type "dev"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  Speed100 38466  100 38466    0     0  91585      0 --:--:-- 
--:--:--
        > --:--:-- 91368Checking 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]
        > ~/code/oss/upstream_hudi/scripts
        > ```
        >     On Wednesday, March 31, 2021, 01:13:55 PM PDT, nishith agarwal <
        > n3.nas...@gmail.com> wrote:
        >
        >  +1 binding
        >
        > 1. Compilation [OK]
        > 2. Quick start (Spark 2.x, 3.x) [OK]
        > 3. Signature [OK]
        >
        > Thanks,
        > Nishith
        >
        > On Wed, Mar 31, 2021 at 8:35 AM vino yang <yanghua1...@gmail.com> 
wrote:
        >
        > > +1 binding
        > >
        > > - ran `mvn clean package -DskipTests` [OK]
        > > - quick start (Spark 2.x, 3.x) [OK]
        > > - checked signature [OK]
        > >
        > > Best,
        > > Vino
        > >
        > >
        > > Sivabalan <n.siv...@gmail.com> 于2021年3月31日周三 下午12:32写道:
        > >
        > > > +1 binding
        > > >
        > > > - Compilation Ok
        > > > - Quick start utils w/ spark3 Ok
        > > > - checksum Ok
        > > > - release validation script Ok
        > > > - Ran hudi test suite jobs. {COW, MOR} * {regular, 
metadata_enabled} 50
        > > > iterations w/ validating cleaning and archival. Ok
        > > >
        > > > 
-------------------------------------------------------------------
        > > > Checksum
        > > > shasum -a 512 hudi-0.8.0-rc1.src.tgz > sha512
        > > > diff sha512 hudi-0.8.0-rc1.src.tgz.sha512
        > > >
        > > > gpg --verify hudi-0.8.0-rc1.src.tgz.asc
        > > > gpg: assuming signed data in 'hudi-0.8.0-rc1.src.tgz'
        > > > gpg: Signature made Mon Mar 29 10:58:46 2021 EDT
        > > > gpg:                using RSA key
        > > E2A9714E0FBA3A087BDEE655E72873D765D6C406
        > > > gpg: Good signature from "YanJia Li <gar...@apache.org>" [unknown]
        > > > gpg: WARNING: This key is not certified with a trusted signature!
        > > > gpg:          There is no indication that the signature belongs 
to the
        > > > owner.
        > > > Primary key fingerprint: E2A9 714E 0FBA 3A08 7BDE  E655 E728 73D7 
65D6
        > > C406
        > > >
        > > > Validation script:
        > > > ./release/validate_staged_release.sh --release=0.8.0 --rc_num=1
        > > > --release_type=dev
        > > > /tmp/validation_scratch_dir_001
        > > >
        > 
~/Documents/personal/projects/siva_hudi/temp_hudi/hudi-0.8.0-rc1/scripts
        > > > Downloading from svn co 
https://dist.apache.org/repos/dist//dev/hudi
        > > > Validating hudi-0.8.0-rc1 with release type "dev"
        > > > 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 38466  100 38466    0    0  171k      0 --:--:-- --:--:-- 
--:--:--
        > > >  171k
        > > > 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 Tue, Mar 30, 2021 at 3:48 PM Bhavani Sudha 
<bhavanisud...@gmail.com
        > >
        > > > wrote:
        > > >
        > > > > +1 (binding)
        > > > >
        > > > > - compile ok
        > > > > - quickstart ok
        > > > > - checksum ok
        > > > > - ran some ide tests - ok
        > > > > - release validation script - ok
        > > > > /tmp/validation_scratch_dir_001 
~/Downloads/hudi-0.8.0-rc1/scripts
        > > > > Downloading from svn co 
https://dist.apache.org/repos/dist//dev/hudi
        > > > > Validating hudi-0.8.0-rc1 with release type "dev"
        > > > > 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 38466  100 38466    0    0  77709      0 --:--:-- --:--:--
        > > --:--:--
        > > > > 77709
        > > > > 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 Mon, Mar 29, 2021 at 9:35 AM Gary Li 
<yanjia.gary...@gmail.com>
        > > > wrote:
        > > > >
        > > > > > Hi everyone,
        > > > > >
        > > > > > Please review and vote on the release candidate #1 for the 
version
        > > > 0.8.0,
        > > > > > 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 E2A9714E0FBA3A087BDEE655E72873D765D6C406 [3],
        > > > > >
        > > > > > * all artifacts to be deployed to the Maven Central 
Repository [4],
        > > > > >
        > > > > > * source code tag "release-0.8.0-rc1" [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,
        > > > > >
        > > > > > Release Manager
        > > > > >
        > > > > >
        > > > > >
        > > > > > [1]
        > > > > >
        > > > > >
        > > > >
        > > >
        > >
        > 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12322822&version=12349423
        > > > > >
        > > > > > [2] 
https://dist.apache.org/repos/dist/dev/hudi/hudi-0.8.0-rc1/
        > > > > >
        > > > > > [3] https://dist.apache.org/repos/dist/release/hudi/KEYS
        > > > > >
        > > > > > [4]
        > > > > >
        > > > > >
        > > > >
        > > >
        > >
        > 
https://repository.apache.org/content/repositories/orgapachehudi-1032/org/apache/hudi/
        > > > > >
        > > > > > [5] https://github.com/apache/hudi/tree/release-0.8.0-rc1
        > > > > >
        > > > >
        > > >
        > > >
        > > > --
        > > > Regards,
        > > > -Sivabalan
        > > >
        > >
        >


Reply via email to