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

2021-12-08 Thread Cheng Pan
Thanks Raymond, I look forward to to your migration guide.

Thanks,
Cheng Pan

On Wed, Dec 8, 2021 at 10:42 AM Raymond Xu  wrote:
>
> Hi Cheng, we're working on the release notes and we'll highlight the change
> in the migration guide section.
>
> --
> Best,
> Raymond
>
>
> On Tue, Dec 7, 2021 at 6:36 PM Cheng Pan  wrote:
>
> > Hi Release Manager,
> >
> > Firstly, congratulations on the release.
> >
> > But I'm not comfortable with the result because there is a question
> > w/o answer in vote thread
> > https://www.mail-archive.com/dev@hudi.apache.org/msg04490.html
> >
> > The silent change makes downstream projects a headache with Hudi
> > integrations.
> >
> > Thanks,
> > Cheng Pan
> >
> > On Wed, Dec 8, 2021 at 10:15 AM Danny Chan  wrote:
> > >
> > > Hi everyone,
> > >
> > > I'm happy to announce that we have approved this release.
> > >
> > > There are 11 approving votes and 0 unapproving votes, of which all the 9
> > > approving votes are binding. Here is the breakdown:
> > >
> > > +1 (binding) : 9
> > >
> > > * Vinoth Chandar
> > >
> > > * Bhavani Sudha
> > >
> > > * vino yang
> > >
> > > * Balaji Varadarajan
> > >
> > > * Udit Mehrotra
> > >
> > > * Sivabalan Narayanan
> > >
> > > * Manoj Govindassamy
> > >
> > > * Nishith Agarwal
> > >
> > > * leesf
> > >
> > > -1 (binding) : 0
> > >
> > > +1 (non-binding) : 2
> > >
> > >* Y Ethan Guo
> > >
> > >* sagar sumit
> > >
> > > -1 (non-binding) : 0
> > >
> > > Thanks everyone !
> >


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

2021-12-07 Thread Raymond Xu
Hi Cheng, we're working on the release notes and we'll highlight the change
in the migration guide section.

--
Best,
Raymond


On Tue, Dec 7, 2021 at 6:36 PM Cheng Pan  wrote:

> Hi Release Manager,
>
> Firstly, congratulations on the release.
>
> But I'm not comfortable with the result because there is a question
> w/o answer in vote thread
> https://www.mail-archive.com/dev@hudi.apache.org/msg04490.html
>
> The silent change makes downstream projects a headache with Hudi
> integrations.
>
> Thanks,
> Cheng Pan
>
> On Wed, Dec 8, 2021 at 10:15 AM Danny Chan  wrote:
> >
> > Hi everyone,
> >
> > I'm happy to announce that we have approved this release.
> >
> > There are 11 approving votes and 0 unapproving votes, of which all the 9
> > approving votes are binding. Here is the breakdown:
> >
> > +1 (binding) : 9
> >
> > * Vinoth Chandar
> >
> > * Bhavani Sudha
> >
> > * vino yang
> >
> > * Balaji Varadarajan
> >
> > * Udit Mehrotra
> >
> > * Sivabalan Narayanan
> >
> > * Manoj Govindassamy
> >
> > * Nishith Agarwal
> >
> > * leesf
> >
> > -1 (binding) : 0
> >
> > +1 (non-binding) : 2
> >
> >* Y Ethan Guo
> >
> >* sagar sumit
> >
> > -1 (non-binding) : 0
> >
> > Thanks everyone !
>


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

2021-12-07 Thread Cheng Pan
Hi Release Manager,

Firstly, congratulations on the release.

But I'm not comfortable with the result because there is a question
w/o answer in vote thread
https://www.mail-archive.com/dev@hudi.apache.org/msg04490.html

The silent change makes downstream projects a headache with Hudi integrations.

Thanks,
Cheng Pan

On Wed, Dec 8, 2021 at 10:15 AM Danny Chan  wrote:
>
> Hi everyone,
>
> I'm happy to announce that we have approved this release.
>
> There are 11 approving votes and 0 unapproving votes, of which all the 9
> approving votes are binding. Here is the breakdown:
>
> +1 (binding) : 9
>
> * Vinoth Chandar
>
> * Bhavani Sudha
>
> * vino yang
>
> * Balaji Varadarajan
>
> * Udit Mehrotra
>
> * Sivabalan Narayanan
>
> * Manoj Govindassamy
>
> * Nishith Agarwal
>
> * leesf
>
> -1 (binding) : 0
>
> +1 (non-binding) : 2
>
>* Y Ethan Guo
>
>* sagar sumit
>
> -1 (non-binding) : 0
>
> Thanks everyone !


[RESULT] [VOTE] Release 0.10.0, release candidate #3

2021-12-07 Thread Danny Chan
Hi everyone,

I'm happy to announce that we have approved this release.

There are 11 approving votes and 0 unapproving votes, of which all the 9
approving votes are binding. Here is the breakdown:

+1 (binding) : 9

* Vinoth Chandar

* Bhavani Sudha

* vino yang

* Balaji Varadarajan

* Udit Mehrotra

* Sivabalan Narayanan

* Manoj Govindassamy

* Nishith Agarwal

* leesf

-1 (binding) : 0

+1 (non-binding) : 2

   * Y Ethan Guo

   * sagar sumit

-1 (non-binding) : 0

Thanks everyone !


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

2021-12-07 Thread Cheng Pan
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  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

2021-12-07 Thread Yann Byron
@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

2021-12-07 Thread Cheng Pan
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  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  wrote:
> >
> > +1 (binding)
> >
> > - build successful
> > - QuickStart successful
> > - verified checksum
> >
> > Thanks,
> > Nishith
> >
> > > On Dec 6, 2021, at 6:40 AM, vino yang  wrote:
> > >
> > > +1 (binding)
> > >
> > > - build successfully
> > > - ran spark quickstart
> > > - verified checksum


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

2021-12-07 Thread Cheng Pan
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  wrote:
>
> +1 (binding)
>
> - build successful
> - QuickStart successful
> - verified checksum
>
> Thanks,
> Nishith
>
> > On Dec 6, 2021, at 6:40 AM, vino yang  wrote:
> >
> > +1 (binding)
> >
> > - build successfully
> > - ran spark quickstart
> > - verified checksum


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

2021-12-06 Thread Nishith
+1 (binding)

- build successful
- QuickStart successful
- verified checksum

Thanks,
Nishith

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


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

2021-12-06 Thread Manoj Govindassamy
+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  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  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
> >  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 <
> > yanghua1...@gmail.com> wrote:
> > >
> > >  +1 (binding)
> > >
> > > - build successfully
> > > - ran spark quickstart
> > > - verified checksum
> > >
> > > Best,
> > > Vino
> > >
> > > Y Ethan Guo  于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 <
> bhavanisu...@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  TimeTimeTime
> > > > >  Current
> > > > >  Dload  Upload  Total  Spent
> Left
> > > > >  Speed
> > > > > 100 45904  100 4590400  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 
> > 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 
> > > > 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]
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> >
> 

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

2021-12-06 Thread Sivabalan
+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  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
>  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 <
> yanghua1...@gmail.com> wrote:
> >
> >  +1 (binding)
> >
> > - build successfully
> > - ran spark quickstart
> > - verified checksum
> >
> > Best,
> > Vino
> >
> > Y Ethan Guo  于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 
> > > 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  TimeTimeTime
> > > >  Current
> > > >  Dload  Upload  Total  SpentLeft
> > > >  Speed
> > > > 100 45904  100 4590400  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 
> 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 
> > > 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=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

2021-12-06 Thread sagar sumit
+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  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
>  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 <
> yanghua1...@gmail.com> wrote:
> >
> >  +1 (binding)
> >
> > - build successfully
> > - ran spark quickstart
> > - verified checksum
> >
> > Best,
> > Vino
> >
> > Y Ethan Guo  于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 
> > > 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  TimeTimeTime
> > > >  Current
> > > >  Dload  Upload  Total  SpentLeft
> > > >  Speed
> > > > 100 45904  100 4590400  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 
> 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 
> > > 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=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

2021-12-06 Thread Udit Mehrotra
+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
 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 
>  wrote:
>
>  +1 (binding)
>
> - build successfully
> - ran spark quickstart
> - verified checksum
>
> Best,
> Vino
>
> Y Ethan Guo  于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 
> > 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  TimeTimeTime
> > >  Current
> > >  Dload  Upload  Total  SpentLeft
> > >  Speed
> > > 100 45904  100 4590400  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  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 
> > 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=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

2021-12-06 Thread Balaji Varadarajan
 +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 
 wrote:  
 
 +1 (binding)

- build successfully
- ran spark quickstart
- verified checksum

Best,
Vino

Y Ethan Guo  于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 
> 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  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 
> 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=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

2021-12-06 Thread vino yang
+1 (binding)

- build successfully
- ran spark quickstart
- verified checksum

Best,
Vino

Y Ethan Guo  于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 
> 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   TimeTime Time
> >  Current
> >  Dload  Upload   Total   SpentLeft
> >  Speed
> > 100 45904  100 459040 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  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 
> 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=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

2021-12-05 Thread Y Ethan Guo
+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 
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   TimeTime Time
>  Current
>  Dload  Upload   Total   SpentLeft
>  Speed
> 100 45904  100 459040 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  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  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=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

2021-12-04 Thread Bhavani Sudha
+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   TimeTime Time
 Current
 Dload  Upload   Total   SpentLeft
 Speed
100 45904  100 459040 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  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  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=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

2021-12-04 Thread Vinoth Chandar
+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  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=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
>


[VOTE] Release 0.10.0, release candidate #3

2021-12-04 Thread Danny Chan
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=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