You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hudi.apache.org by Danny Chan <da...@apache.org> on 2021/12/04 13:20:03 UTC

[VOTE] Release 0.10.0, release candidate #3

Hi everyone,

Please review and vote on the release candidate #3 for the version 0.10.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 9A48922F682AB05D1AE4A3E7C2931E4BDB03D5AE [3],

* all artifacts to be deployed to the Maven Central Repository [4],

* source code tag "release-0.10.0-rc3" [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=12350285

[2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.10.0-rc3/

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

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

[5] https://github.com/apache/hudi/tree/release-0.10.0-rc3

Re: [VOTE] Release 0.10.0, release candidate #3

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

- Build successful [OK]
- QuickStart successful [OK]
- Verified checksum [OK]

Cheng Pan <ch...@apache.org> 于2021年12月7日周二 17:02写道:

> Thanks Yann Byron's explanation, the migration docs which mention the
> breaking changes are really important for users and downstream
> projects, I will appreciate it if the Hudi community can provide.
>
> Thanks,
> Cheng Pan
>
> On Tue, Dec 7, 2021 at 4:53 PM Yann Byron <bi...@gmail.com> wrote:
> >
> > @Cheng Pan
> >
> > For https://github.com/apache/hudi/issues/4229, 'primaryKey' need to be
> > provided by `options` or 'tblproperties' in hudi 0.10. And same with
> config
> > 'hoodie.datasource.write.recordKey.field', we use 'uuid' as the default
> > value. So you can provide the 'primaryKey' in create-table sql, or the
> > fields you define contain 'uuid'.
> >
> > And, we really should update the 'quick-start' docs ASAP.
>

Re: [VOTE] Release 0.10.0, release candidate #3

Posted by Cheng Pan <ch...@apache.org>.
Thanks Yann Byron's explanation, the migration docs which mention the
breaking changes are really important for users and downstream
projects, I will appreciate it if the Hudi community can provide.

Thanks,
Cheng Pan

On Tue, Dec 7, 2021 at 4:53 PM Yann Byron <bi...@gmail.com> wrote:
>
> @Cheng Pan
>
> For https://github.com/apache/hudi/issues/4229, 'primaryKey' need to be
> provided by `options` or 'tblproperties' in hudi 0.10. And same with config
> 'hoodie.datasource.write.recordKey.field', we use 'uuid' as the default
> value. So you can provide the 'primaryKey' in create-table sql, or the
> fields you define contain 'uuid'.
>
> And, we really should update the 'quick-start' docs ASAP.

Re: [VOTE] Release 0.10.0, release candidate #3

Posted by Yann Byron <bi...@gmail.com>.
@Cheng Pan

For https://github.com/apache/hudi/issues/4229, 'primaryKey' need to be
provided by `options` or 'tblproperties' in hudi 0.10. And same with config
'hoodie.datasource.write.recordKey.field', we use 'uuid' as the default
value. So you can provide the 'primaryKey' in create-table sql, or the
fields you define contain 'uuid'.

And, we really should update the 'quick-start' docs ASAP.

Re: [VOTE] Release 0.10.0, release candidate #3

Posted by Cheng Pan <ch...@apache.org>.
BTW, I also encounter https://github.com/apache/hudi/issues/4229, and
don't find any related
upgrade/migration docs.

The example provided in the official docs[1] doesn't provide the
`uuid` column nor primary key.

[1] https://hudi.apache.org/docs/next/quick-start-guide/#create-table

Thanks,
Cheng Pan

On Tue, Dec 7, 2021 at 4:20 PM Cheng Pan <ch...@apache.org> wrote:
>
> Hi,
>
> Does Hudi 0.10 drop support for Spark 3.0?
>
> From the website, Hudi claims to work with Spark-2.4.3+ & Spark 3.x versions[1].
>
> The Apache Kyuubi (Incubating) has integration tests with Hudi, some tests
> works well with Hudi 0.9.0 but fails after bumping Hudi 0.10.0-rc3[2].
>
> I paste some stacktrace, and you can check the details on GitHub Actions[3].
>
> ```
> java.sql.SQLException: Error operating EXECUTE_STATEMENT:
> java.lang.NoSuchMethodError:
> 'org.apache.spark.sql.catalyst.expressions.AttributeSet
> org.apache.spark.sql.catalyst.plans.logical.Command.producedAttributes$(org.apache.spark.sql.catalyst.plans.logical.Command)'
> at org.apache.spark.sql.hudi.command.CreateHoodieTableCommand.producedAttributes(CreateHoodieTableCommand.scala:48)
> at org.apache.spark.sql.catalyst.plans.QueryPlan.references$lzycompute(QueryPlan.scala:72)
> at org.apache.spark.sql.catalyst.plans.QueryPlan.references(QueryPlan.scala:72)
> ```
>
> [1] https://hudi.apache.org/docs/next/quick-start-guide#setup
> [2] https://github.com/apache/incubator-kyuubi/pull/1460
> [3] https://github.com/apache/incubator-kyuubi/runs/4440884713
>
> Thanks,
> Cheng Pan
>
> On Tue, Dec 7, 2021 at 2:18 PM Nishith <n3...@gmail.com> wrote:
> >
> > +1 (binding)
> >
> > - build successful
> > - QuickStart successful
> > - verified checksum
> >
> > Thanks,
> > Nishith
> >
> > > On Dec 6, 2021, at 6:40 AM, vino yang <ya...@gmail.com> wrote:
> > >
> > > +1 (binding)
> > >
> > > - build successfully
> > > - ran spark quickstart
> > > - verified checksum

Re: [VOTE] Release 0.10.0, release candidate #3

Posted by Cheng Pan <ch...@apache.org>.
Hi,

Does Hudi 0.10 drop support for Spark 3.0?

From the website, Hudi claims to work with Spark-2.4.3+ & Spark 3.x versions[1].

The Apache Kyuubi (Incubating) has integration tests with Hudi, some tests
works well with Hudi 0.9.0 but fails after bumping Hudi 0.10.0-rc3[2].

I paste some stacktrace, and you can check the details on GitHub Actions[3].

```
java.sql.SQLException: Error operating EXECUTE_STATEMENT:
java.lang.NoSuchMethodError:
'org.apache.spark.sql.catalyst.expressions.AttributeSet
org.apache.spark.sql.catalyst.plans.logical.Command.producedAttributes$(org.apache.spark.sql.catalyst.plans.logical.Command)'
at org.apache.spark.sql.hudi.command.CreateHoodieTableCommand.producedAttributes(CreateHoodieTableCommand.scala:48)
at org.apache.spark.sql.catalyst.plans.QueryPlan.references$lzycompute(QueryPlan.scala:72)
at org.apache.spark.sql.catalyst.plans.QueryPlan.references(QueryPlan.scala:72)
```

[1] https://hudi.apache.org/docs/next/quick-start-guide#setup
[2] https://github.com/apache/incubator-kyuubi/pull/1460
[3] https://github.com/apache/incubator-kyuubi/runs/4440884713

Thanks,
Cheng Pan

On Tue, Dec 7, 2021 at 2:18 PM Nishith <n3...@gmail.com> wrote:
>
> +1 (binding)
>
> - build successful
> - QuickStart successful
> - verified checksum
>
> Thanks,
> Nishith
>
> > On Dec 6, 2021, at 6:40 AM, vino yang <ya...@gmail.com> wrote:
> >
> > +1 (binding)
> >
> > - build successfully
> > - ran spark quickstart
> > - verified checksum

Re: [VOTE] Release 0.10.0, release candidate #3

Posted by Nishith <n3...@gmail.com>.
+1 (binding)

- build successful
- QuickStart successful
- verified checksum

Thanks,
Nishith

> On Dec 6, 2021, at 6:40 AM, vino yang <ya...@gmail.com> wrote:
> 
> +1 (binding)
> 
> - build successfully
> - ran spark quickstart
> - verified checksum

Re: [VOTE] Release 0.10.0, release candidate #3

Posted by Manoj Govindassamy <ma...@gmail.com>.
+1 (non-binding)

- Release validation script - passed
- Spark quick start guide using Spark 2.4.4 - passed
- Hudi table write and other operations from spark data source - passed

thanks,
Manoj



On Mon, Dec 6, 2021 at 8:23 PM sagar sumit <sa...@gmail.com> wrote:

> +1 (non-binding)
>
> - Builds for Spark2/3 [OK]
> - Spark quickstart [OK]
> - Docker Demo (Hive/Presto querying) [OK]
> - Long-running deltastreamer continuous mode [OK]
>
> Regards,
> Sagar
>
> On Tue, Dec 7, 2021 at 2:07 AM Udit Mehrotra <ud...@apache.org> wrote:
>
> > +1 (binding)
> >
> > - Builds successfully
> > - RC validation successful
> > - Ran quickstart Scala/Spark SQL against EMR and S3
> >
> > Thanks,
> > Udit
> >
> > On Mon, Dec 6, 2021 at 10:12 AM Balaji Varadarajan
> > <v....@ymail.com.invalid> wrote:
> > >
> > >  +1 (binding)
> > > - Package Build successful- Overnight staging test - Data Validation
> > successful for COW upsert workload.
> > >
> > >
> > >     On Monday, December 6, 2021, 06:40:32 AM PST, vino yang <
> > yanghua1127@gmail.com> wrote:
> > >
> > >  +1 (binding)
> > >
> > > - build successfully
> > > - ran spark quickstart
> > > - verified checksum
> > >
> > > Best,
> > > Vino
> > >
> > > Y Ethan Guo <et...@gmail.com> 于2021年12月6日周一 14:25写道:
> > >
> > > > +1 (non-binding)
> > > >
> > > > - [OK] Ran release validation script [1]
> > > > - [OK] Built the source (Spark 2/3)
> > > > - [OK] Ran Spark Guide in Quick Start using Spark 3.1.2
> > > >
> > > > [1] https://gist.github.com/yihua/39ef5b07a08ed5780fa9c43819b326cb
> > > >
> > > > Best,
> > > > - Ethan
> > > >
> > > > On Sat, Dec 4, 2021 at 1:27 PM Bhavani Sudha <
> bhavanisudha@apache.org>
> > > > wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > > - [OK] checksums and signatures
> > > > > - [OK] ran validation script
> > > > > - [OK] built successfully
> > > > > - [OK] ran spark quickstart
> > > > > - [OK] Ran few tests in IDE
> > > > >
> > > > >
> > > > >
> > > > > bsaktheeswaran@Bhavanis-MacBook-Pro scripts %
> > > > > ./release/validate_staged_release.sh --release=0.10.0 --rc_num=3
> > > > > /tmp/validation_scratch_dir_001 ~/Sudha/hudi/scripts
> > > > > Downloading from svn co
> https://dist.apache.org/repos/dist//dev/hudi
> > > > > Validating hudi-0.10.0-rc3 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 45904  100 45904    0    0  85323      0 --:--:-- --:--:--
> > --:--:--
> > > > > 85165
> > > > > 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]
> > > > >
> > > > > Thanks,
> > > > > Sudha
> > > > >
> > > > > On Sat, Dec 4, 2021 at 6:59 AM Vinoth Chandar <vi...@apache.org>
> > wrote:
> > > > >
> > > > > > +1 (binding)
> > > > > >
> > > > > > Ran the RC checks in [1] . This is a huge release, thanks
> everyone
> > for
> > > > > all
> > > > > > the hard work!
> > > > > >
> > > > > > [1]
> > > > >
> > https://gist.github.com/vinothchandar/68b34f3051e41752ebffd6a3edeb042b
> > > > > >
> > > > > > On Sat, Dec 4, 2021 at 5:20 AM Danny Chan <da...@apache.org>
> > > > wrote:
> > > > > >
> > > > > > > Hi everyone,
> > > > > > >
> > > > > > > Please review and vote on the release candidate #3 for the
> > version
> > > > > > 0.10.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 9A48922F682AB05D1AE4A3E7C2931E4BDB03D5AE [3],
> > > > > > >
> > > > > > > * all artifacts to be deployed to the Maven Central Repository
> > [4],
> > > > > > >
> > > > > > > * source code tag "release-0.10.0-rc3" [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=12350285
> > > > > > >
> > > > > > > [2]
> https://dist.apache.org/repos/dist/dev/hudi/hudi-0.10.0-rc3/
> > > > > > >
> > > > > > > [3] https://dist.apache.org/repos/dist/dev/hudi/KEYS
> > > > > > >
> > > > > > > [4]
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> >
> https://repository.apache.org/content/repositories/orgapachehudi-1048/org/apache/hudi/
> > > > > > >
> > > > > > > [5] https://github.com/apache/hudi/tree/release-0.10.0-rc3
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] Release 0.10.0, release candidate #3

Posted by sagar sumit <sa...@gmail.com>.
+1 (non-binding)

- Builds for Spark2/3 [OK]
- Spark quickstart [OK]
- Docker Demo (Hive/Presto querying) [OK]
- Long-running deltastreamer continuous mode [OK]

Regards,
Sagar

On Tue, Dec 7, 2021 at 2:07 AM Udit Mehrotra <ud...@apache.org> wrote:

> +1 (binding)
>
> - Builds successfully
> - RC validation successful
> - Ran quickstart Scala/Spark SQL against EMR and S3
>
> Thanks,
> Udit
>
> On Mon, Dec 6, 2021 at 10:12 AM Balaji Varadarajan
> <v....@ymail.com.invalid> wrote:
> >
> >  +1 (binding)
> > - Package Build successful- Overnight staging test - Data Validation
> successful for COW upsert workload.
> >
> >
> >     On Monday, December 6, 2021, 06:40:32 AM PST, vino yang <
> yanghua1127@gmail.com> wrote:
> >
> >  +1 (binding)
> >
> > - build successfully
> > - ran spark quickstart
> > - verified checksum
> >
> > Best,
> > Vino
> >
> > Y Ethan Guo <et...@gmail.com> 于2021年12月6日周一 14:25写道:
> >
> > > +1 (non-binding)
> > >
> > > - [OK] Ran release validation script [1]
> > > - [OK] Built the source (Spark 2/3)
> > > - [OK] Ran Spark Guide in Quick Start using Spark 3.1.2
> > >
> > > [1] https://gist.github.com/yihua/39ef5b07a08ed5780fa9c43819b326cb
> > >
> > > Best,
> > > - Ethan
> > >
> > > On Sat, Dec 4, 2021 at 1:27 PM Bhavani Sudha <bh...@apache.org>
> > > wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > - [OK] checksums and signatures
> > > > - [OK] ran validation script
> > > > - [OK] built successfully
> > > > - [OK] ran spark quickstart
> > > > - [OK] Ran few tests in IDE
> > > >
> > > >
> > > >
> > > > bsaktheeswaran@Bhavanis-MacBook-Pro scripts %
> > > > ./release/validate_staged_release.sh --release=0.10.0 --rc_num=3
> > > > /tmp/validation_scratch_dir_001 ~/Sudha/hudi/scripts
> > > > Downloading from svn co https://dist.apache.org/repos/dist//dev/hudi
> > > > Validating hudi-0.10.0-rc3 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 45904  100 45904    0    0  85323      0 --:--:-- --:--:--
> --:--:--
> > > > 85165
> > > > 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]
> > > >
> > > > Thanks,
> > > > Sudha
> > > >
> > > > On Sat, Dec 4, 2021 at 6:59 AM Vinoth Chandar <vi...@apache.org>
> wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > > Ran the RC checks in [1] . This is a huge release, thanks everyone
> for
> > > > all
> > > > > the hard work!
> > > > >
> > > > > [1]
> > > >
> https://gist.github.com/vinothchandar/68b34f3051e41752ebffd6a3edeb042b
> > > > >
> > > > > On Sat, Dec 4, 2021 at 5:20 AM Danny Chan <da...@apache.org>
> > > wrote:
> > > > >
> > > > > > Hi everyone,
> > > > > >
> > > > > > Please review and vote on the release candidate #3 for the
> version
> > > > > 0.10.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 9A48922F682AB05D1AE4A3E7C2931E4BDB03D5AE [3],
> > > > > >
> > > > > > * all artifacts to be deployed to the Maven Central Repository
> [4],
> > > > > >
> > > > > > * source code tag "release-0.10.0-rc3" [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=12350285
> > > > > >
> > > > > > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.10.0-rc3/
> > > > > >
> > > > > > [3] https://dist.apache.org/repos/dist/dev/hudi/KEYS
> > > > > >
> > > > > > [4]
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> https://repository.apache.org/content/repositories/orgapachehudi-1048/org/apache/hudi/
> > > > > >
> > > > > > [5] https://github.com/apache/hudi/tree/release-0.10.0-rc3
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] Release 0.10.0, release candidate #3

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

- [OK] Ran release validation script
- [OK] Ran Spark Guide in Quick Start using Spark 2.4.4
- [OK] Docker demo
- [OK] Ran deltastreamer job w/ async table service(partitioned and
non-partitioned dataset). Did count verification at the end.

On Mon, Dec 6, 2021 at 12:37 PM Udit Mehrotra <ud...@apache.org> wrote:

> +1 (binding)
>
> - Builds successfully
> - RC validation successful
> - Ran quickstart Scala/Spark SQL against EMR and S3
>
> Thanks,
> Udit
>
> On Mon, Dec 6, 2021 at 10:12 AM Balaji Varadarajan
> <v....@ymail.com.invalid> wrote:
> >
> >  +1 (binding)
> > - Package Build successful- Overnight staging test - Data Validation
> successful for COW upsert workload.
> >
> >
> >     On Monday, December 6, 2021, 06:40:32 AM PST, vino yang <
> yanghua1127@gmail.com> wrote:
> >
> >  +1 (binding)
> >
> > - build successfully
> > - ran spark quickstart
> > - verified checksum
> >
> > Best,
> > Vino
> >
> > Y Ethan Guo <et...@gmail.com> 于2021年12月6日周一 14:25写道:
> >
> > > +1 (non-binding)
> > >
> > > - [OK] Ran release validation script [1]
> > > - [OK] Built the source (Spark 2/3)
> > > - [OK] Ran Spark Guide in Quick Start using Spark 3.1.2
> > >
> > > [1] https://gist.github.com/yihua/39ef5b07a08ed5780fa9c43819b326cb
> > >
> > > Best,
> > > - Ethan
> > >
> > > On Sat, Dec 4, 2021 at 1:27 PM Bhavani Sudha <bh...@apache.org>
> > > wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > - [OK] checksums and signatures
> > > > - [OK] ran validation script
> > > > - [OK] built successfully
> > > > - [OK] ran spark quickstart
> > > > - [OK] Ran few tests in IDE
> > > >
> > > >
> > > >
> > > > bsaktheeswaran@Bhavanis-MacBook-Pro scripts %
> > > > ./release/validate_staged_release.sh --release=0.10.0 --rc_num=3
> > > > /tmp/validation_scratch_dir_001 ~/Sudha/hudi/scripts
> > > > Downloading from svn co https://dist.apache.org/repos/dist//dev/hudi
> > > > Validating hudi-0.10.0-rc3 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 45904  100 45904    0    0  85323      0 --:--:-- --:--:--
> --:--:--
> > > > 85165
> > > > 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]
> > > >
> > > > Thanks,
> > > > Sudha
> > > >
> > > > On Sat, Dec 4, 2021 at 6:59 AM Vinoth Chandar <vi...@apache.org>
> wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > > Ran the RC checks in [1] . This is a huge release, thanks everyone
> for
> > > > all
> > > > > the hard work!
> > > > >
> > > > > [1]
> > > >
> https://gist.github.com/vinothchandar/68b34f3051e41752ebffd6a3edeb042b
> > > > >
> > > > > On Sat, Dec 4, 2021 at 5:20 AM Danny Chan <da...@apache.org>
> > > wrote:
> > > > >
> > > > > > Hi everyone,
> > > > > >
> > > > > > Please review and vote on the release candidate #3 for the
> version
> > > > > 0.10.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 9A48922F682AB05D1AE4A3E7C2931E4BDB03D5AE [3],
> > > > > >
> > > > > > * all artifacts to be deployed to the Maven Central Repository
> [4],
> > > > > >
> > > > > > * source code tag "release-0.10.0-rc3" [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=12350285
> > > > > >
> > > > > > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.10.0-rc3/
> > > > > >
> > > > > > [3] https://dist.apache.org/repos/dist/dev/hudi/KEYS
> > > > > >
> > > > > > [4]
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> https://repository.apache.org/content/repositories/orgapachehudi-1048/org/apache/hudi/
> > > > > >
> > > > > > [5] https://github.com/apache/hudi/tree/release-0.10.0-rc3
> > > > > >
> > > > >
> > > >
> > >
> >
>


-- 
Regards,
-Sivabalan

Re: [VOTE] Release 0.10.0, release candidate #3

Posted by Udit Mehrotra <ud...@apache.org>.
+1 (binding)

- Builds successfully
- RC validation successful
- Ran quickstart Scala/Spark SQL against EMR and S3

Thanks,
Udit

On Mon, Dec 6, 2021 at 10:12 AM Balaji Varadarajan
<v....@ymail.com.invalid> wrote:
>
>  +1 (binding)
> - Package Build successful- Overnight staging test - Data Validation successful for COW upsert workload.
>
>
>     On Monday, December 6, 2021, 06:40:32 AM PST, vino yang <ya...@gmail.com> wrote:
>
>  +1 (binding)
>
> - build successfully
> - ran spark quickstart
> - verified checksum
>
> Best,
> Vino
>
> Y Ethan Guo <et...@gmail.com> 于2021年12月6日周一 14:25写道:
>
> > +1 (non-binding)
> >
> > - [OK] Ran release validation script [1]
> > - [OK] Built the source (Spark 2/3)
> > - [OK] Ran Spark Guide in Quick Start using Spark 3.1.2
> >
> > [1] https://gist.github.com/yihua/39ef5b07a08ed5780fa9c43819b326cb
> >
> > Best,
> > - Ethan
> >
> > On Sat, Dec 4, 2021 at 1:27 PM Bhavani Sudha <bh...@apache.org>
> > wrote:
> >
> > > +1 (binding)
> > >
> > > - [OK] checksums and signatures
> > > - [OK] ran validation script
> > > - [OK] built successfully
> > > - [OK] ran spark quickstart
> > > - [OK] Ran few tests in IDE
> > >
> > >
> > >
> > > bsaktheeswaran@Bhavanis-MacBook-Pro scripts %
> > > ./release/validate_staged_release.sh --release=0.10.0 --rc_num=3
> > > /tmp/validation_scratch_dir_001 ~/Sudha/hudi/scripts
> > > Downloading from svn co https://dist.apache.org/repos/dist//dev/hudi
> > > Validating hudi-0.10.0-rc3 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 45904  100 45904    0    0  85323      0 --:--:-- --:--:-- --:--:--
> > > 85165
> > > 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]
> > >
> > > Thanks,
> > > Sudha
> > >
> > > On Sat, Dec 4, 2021 at 6:59 AM Vinoth Chandar <vi...@apache.org> wrote:
> > >
> > > > +1 (binding)
> > > >
> > > > Ran the RC checks in [1] . This is a huge release, thanks everyone for
> > > all
> > > > the hard work!
> > > >
> > > > [1]
> > > https://gist.github.com/vinothchandar/68b34f3051e41752ebffd6a3edeb042b
> > > >
> > > > On Sat, Dec 4, 2021 at 5:20 AM Danny Chan <da...@apache.org>
> > wrote:
> > > >
> > > > > Hi everyone,
> > > > >
> > > > > Please review and vote on the release candidate #3 for the version
> > > > 0.10.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 9A48922F682AB05D1AE4A3E7C2931E4BDB03D5AE [3],
> > > > >
> > > > > * all artifacts to be deployed to the Maven Central Repository [4],
> > > > >
> > > > > * source code tag "release-0.10.0-rc3" [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=12350285
> > > > >
> > > > > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.10.0-rc3/
> > > > >
> > > > > [3] https://dist.apache.org/repos/dist/dev/hudi/KEYS
> > > > >
> > > > > [4]
> > > > >
> > > > >
> > > >
> > >
> > https://repository.apache.org/content/repositories/orgapachehudi-1048/org/apache/hudi/
> > > > >
> > > > > [5] https://github.com/apache/hudi/tree/release-0.10.0-rc3
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] Release 0.10.0, release candidate #3

Posted by Balaji Varadarajan <v....@ymail.com.INVALID>.
 +1 (binding)
- Package Build successful- Overnight staging test - Data Validation successful for COW upsert workload. 


    On Monday, December 6, 2021, 06:40:32 AM PST, vino yang <ya...@gmail.com> wrote:  
 
 +1 (binding)

- build successfully
- ran spark quickstart
- verified checksum

Best,
Vino

Y Ethan Guo <et...@gmail.com> 于2021年12月6日周一 14:25写道:

> +1 (non-binding)
>
> - [OK] Ran release validation script [1]
> - [OK] Built the source (Spark 2/3)
> - [OK] Ran Spark Guide in Quick Start using Spark 3.1.2
>
> [1] https://gist.github.com/yihua/39ef5b07a08ed5780fa9c43819b326cb
>
> Best,
> - Ethan
>
> On Sat, Dec 4, 2021 at 1:27 PM Bhavani Sudha <bh...@apache.org>
> wrote:
>
> > +1 (binding)
> >
> > - [OK] checksums and signatures
> > - [OK] ran validation script
> > - [OK] built successfully
> > - [OK] ran spark quickstart
> > - [OK] Ran few tests in IDE
> >
> >
> >
> > bsaktheeswaran@Bhavanis-MacBook-Pro scripts %
> > ./release/validate_staged_release.sh --release=0.10.0 --rc_num=3
> > /tmp/validation_scratch_dir_001 ~/Sudha/hudi/scripts
> > Downloading from svn co https://dist.apache.org/repos/dist//dev/hudi
> > Validating hudi-0.10.0-rc3 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 45904  100 45904    0    0  85323      0 --:--:-- --:--:-- --:--:--
> > 85165
> > 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]
> >
> > Thanks,
> > Sudha
> >
> > On Sat, Dec 4, 2021 at 6:59 AM Vinoth Chandar <vi...@apache.org> wrote:
> >
> > > +1 (binding)
> > >
> > > Ran the RC checks in [1] . This is a huge release, thanks everyone for
> > all
> > > the hard work!
> > >
> > > [1]
> > https://gist.github.com/vinothchandar/68b34f3051e41752ebffd6a3edeb042b
> > >
> > > On Sat, Dec 4, 2021 at 5:20 AM Danny Chan <da...@apache.org>
> wrote:
> > >
> > > > Hi everyone,
> > > >
> > > > Please review and vote on the release candidate #3 for the version
> > > 0.10.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 9A48922F682AB05D1AE4A3E7C2931E4BDB03D5AE [3],
> > > >
> > > > * all artifacts to be deployed to the Maven Central Repository [4],
> > > >
> > > > * source code tag "release-0.10.0-rc3" [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=12350285
> > > >
> > > > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.10.0-rc3/
> > > >
> > > > [3] https://dist.apache.org/repos/dist/dev/hudi/KEYS
> > > >
> > > > [4]
> > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapachehudi-1048/org/apache/hudi/
> > > >
> > > > [5] https://github.com/apache/hudi/tree/release-0.10.0-rc3
> > > >
> > >
> >
>
  

Re: [VOTE] Release 0.10.0, release candidate #3

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

- build successfully
- ran spark quickstart
- verified checksum

Best,
Vino

Y Ethan Guo <et...@gmail.com> 于2021年12月6日周一 14:25写道:

> +1 (non-binding)
>
> - [OK] Ran release validation script [1]
> - [OK] Built the source (Spark 2/3)
> - [OK] Ran Spark Guide in Quick Start using Spark 3.1.2
>
> [1] https://gist.github.com/yihua/39ef5b07a08ed5780fa9c43819b326cb
>
> Best,
> - Ethan
>
> On Sat, Dec 4, 2021 at 1:27 PM Bhavani Sudha <bh...@apache.org>
> wrote:
>
> > +1 (binding)
> >
> > - [OK] checksums and signatures
> > - [OK] ran validation script
> > - [OK] built successfully
> > - [OK] ran spark quickstart
> > - [OK] Ran few tests in IDE
> >
> >
> >
> > bsaktheeswaran@Bhavanis-MacBook-Pro scripts %
> > ./release/validate_staged_release.sh --release=0.10.0 --rc_num=3
> > /tmp/validation_scratch_dir_001 ~/Sudha/hudi/scripts
> > Downloading from svn co https://dist.apache.org/repos/dist//dev/hudi
> > Validating hudi-0.10.0-rc3 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 45904  100 45904    0     0  85323      0 --:--:-- --:--:-- --:--:--
> > 85165
> > 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]
> >
> > Thanks,
> > Sudha
> >
> > On Sat, Dec 4, 2021 at 6:59 AM Vinoth Chandar <vi...@apache.org> wrote:
> >
> > > +1 (binding)
> > >
> > > Ran the RC checks in [1] . This is a huge release, thanks everyone for
> > all
> > > the hard work!
> > >
> > > [1]
> > https://gist.github.com/vinothchandar/68b34f3051e41752ebffd6a3edeb042b
> > >
> > > On Sat, Dec 4, 2021 at 5:20 AM Danny Chan <da...@apache.org>
> wrote:
> > >
> > > > Hi everyone,
> > > >
> > > > Please review and vote on the release candidate #3 for the version
> > > 0.10.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 9A48922F682AB05D1AE4A3E7C2931E4BDB03D5AE [3],
> > > >
> > > > * all artifacts to be deployed to the Maven Central Repository [4],
> > > >
> > > > * source code tag "release-0.10.0-rc3" [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=12350285
> > > >
> > > > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.10.0-rc3/
> > > >
> > > > [3] https://dist.apache.org/repos/dist/dev/hudi/KEYS
> > > >
> > > > [4]
> > > >
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapachehudi-1048/org/apache/hudi/
> > > >
> > > > [5] https://github.com/apache/hudi/tree/release-0.10.0-rc3
> > > >
> > >
> >
>

Re: [VOTE] Release 0.10.0, release candidate #3

Posted by Y Ethan Guo <et...@gmail.com>.
+1 (non-binding)

- [OK] Ran release validation script [1]
- [OK] Built the source (Spark 2/3)
- [OK] Ran Spark Guide in Quick Start using Spark 3.1.2

[1] https://gist.github.com/yihua/39ef5b07a08ed5780fa9c43819b326cb

Best,
- Ethan

On Sat, Dec 4, 2021 at 1:27 PM Bhavani Sudha <bh...@apache.org>
wrote:

> +1 (binding)
>
> - [OK] checksums and signatures
> - [OK] ran validation script
> - [OK] built successfully
> - [OK] ran spark quickstart
> - [OK] Ran few tests in IDE
>
>
>
> bsaktheeswaran@Bhavanis-MacBook-Pro scripts %
> ./release/validate_staged_release.sh --release=0.10.0 --rc_num=3
> /tmp/validation_scratch_dir_001 ~/Sudha/hudi/scripts
> Downloading from svn co https://dist.apache.org/repos/dist//dev/hudi
> Validating hudi-0.10.0-rc3 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 45904  100 45904    0     0  85323      0 --:--:-- --:--:-- --:--:--
> 85165
> 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]
>
> Thanks,
> Sudha
>
> On Sat, Dec 4, 2021 at 6:59 AM Vinoth Chandar <vi...@apache.org> wrote:
>
> > +1 (binding)
> >
> > Ran the RC checks in [1] . This is a huge release, thanks everyone for
> all
> > the hard work!
> >
> > [1]
> https://gist.github.com/vinothchandar/68b34f3051e41752ebffd6a3edeb042b
> >
> > On Sat, Dec 4, 2021 at 5:20 AM Danny Chan <da...@apache.org> wrote:
> >
> > > Hi everyone,
> > >
> > > Please review and vote on the release candidate #3 for the version
> > 0.10.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 9A48922F682AB05D1AE4A3E7C2931E4BDB03D5AE [3],
> > >
> > > * all artifacts to be deployed to the Maven Central Repository [4],
> > >
> > > * source code tag "release-0.10.0-rc3" [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=12350285
> > >
> > > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.10.0-rc3/
> > >
> > > [3] https://dist.apache.org/repos/dist/dev/hudi/KEYS
> > >
> > > [4]
> > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapachehudi-1048/org/apache/hudi/
> > >
> > > [5] https://github.com/apache/hudi/tree/release-0.10.0-rc3
> > >
> >
>

Re: [VOTE] Release 0.10.0, release candidate #3

Posted by Bhavani Sudha <bh...@apache.org>.
+1 (binding)

- [OK] checksums and signatures
- [OK] ran validation script
- [OK] built successfully
- [OK] ran spark quickstart
- [OK] Ran few tests in IDE



bsaktheeswaran@Bhavanis-MacBook-Pro scripts %
./release/validate_staged_release.sh --release=0.10.0 --rc_num=3
/tmp/validation_scratch_dir_001 ~/Sudha/hudi/scripts
Downloading from svn co https://dist.apache.org/repos/dist//dev/hudi
Validating hudi-0.10.0-rc3 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 45904  100 45904    0     0  85323      0 --:--:-- --:--:-- --:--:--
85165
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]

Thanks,
Sudha

On Sat, Dec 4, 2021 at 6:59 AM Vinoth Chandar <vi...@apache.org> wrote:

> +1 (binding)
>
> Ran the RC checks in [1] . This is a huge release, thanks everyone for all
> the hard work!
>
> [1] https://gist.github.com/vinothchandar/68b34f3051e41752ebffd6a3edeb042b
>
> On Sat, Dec 4, 2021 at 5:20 AM Danny Chan <da...@apache.org> wrote:
>
> > Hi everyone,
> >
> > Please review and vote on the release candidate #3 for the version
> 0.10.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 9A48922F682AB05D1AE4A3E7C2931E4BDB03D5AE [3],
> >
> > * all artifacts to be deployed to the Maven Central Repository [4],
> >
> > * source code tag "release-0.10.0-rc3" [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=12350285
> >
> > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.10.0-rc3/
> >
> > [3] https://dist.apache.org/repos/dist/dev/hudi/KEYS
> >
> > [4]
> >
> >
> https://repository.apache.org/content/repositories/orgapachehudi-1048/org/apache/hudi/
> >
> > [5] https://github.com/apache/hudi/tree/release-0.10.0-rc3
> >
>

Re: [VOTE] Release 0.10.0, release candidate #3

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

Ran the RC checks in [1] . This is a huge release, thanks everyone for all
the hard work!

[1] https://gist.github.com/vinothchandar/68b34f3051e41752ebffd6a3edeb042b

On Sat, Dec 4, 2021 at 5:20 AM Danny Chan <da...@apache.org> wrote:

> Hi everyone,
>
> Please review and vote on the release candidate #3 for the version 0.10.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 9A48922F682AB05D1AE4A3E7C2931E4BDB03D5AE [3],
>
> * all artifacts to be deployed to the Maven Central Repository [4],
>
> * source code tag "release-0.10.0-rc3" [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=12350285
>
> [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.10.0-rc3/
>
> [3] https://dist.apache.org/repos/dist/dev/hudi/KEYS
>
> [4]
>
> https://repository.apache.org/content/repositories/orgapachehudi-1048/org/apache/hudi/
>
> [5] https://github.com/apache/hudi/tree/release-0.10.0-rc3
>