[RESULT] [VOTE] Release 0.6.0, release candidate #1

2020-08-23 Thread Bhavani Sudha
Hello all,

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

There are 9 approving votes, 5 of which are binding:

* Vino Yang (Binding)
* Leesf (Binding)
* Vinoth (Binding)
* Balaji (Binding)
* Sudha (Binding)
* Trevor Zhang
* Sivabalan
* Gary Li
* Raymond


There are no disapproving votes.

Link to Voting thread:
https://lists.apache.org/thread.html/r43ebf459a0c4f99cc918b7ef0110de3f5785346b57bf3f8ba2a64378%40%3Cdev.hudi.apache.org%3E


Thanks everyone!


Re: [VOTE] Release 0.6.0, release candidate #1

2020-08-22 Thread Bhavani Sudha
Thank you all. Closing the voting as we have got
sufficient votes. Will send out tally in a separate email.


On Sat, Aug 22, 2020 at 8:34 PM Shiyan Xu 
wrote:

> Submitted the PR to update testing commands
> https://github.com/apache/hudi/pull/2010
>
> +1 (non-binding)
>
> - packaging ok
> - local tests ok
>
>
>
> On Sat, Aug 22, 2020 at 5:07 PM Udit Mehrotra 
> wrote:
>
> > +1 (non-binding)
> >
> > - Compiles successfully
> > - Ran tests on EMR with bunch of upserts/delete commits, and verified
> query
> > results through spark datasource, spark-sql, hive and presto for COW/MOR
> > tables
> > - Ran insert/bulk insert/upserts on 100GB tpcds table
> > - Ran release validation scripts successfully
> > - Unit tests fail for me locally, as I observe similar behavior as Siva
> > mentioned in https://issues.apache.org/jira/browse/HUDI-1211
> > - Docker integration tests run successfully.
> >
> > Thanks,
> > Udit
> >
> > On Sat, Aug 22, 2020 at 4:16 PM Bhavani Sudha 
> > wrote:
> >
> > > +1 (binding)
> > >
> > > Downloaded tar and verified compile [OK]
> > >
> > > Run integration test locally. [OK]
> > >
> > > Run a few tests in IDE. [OK]
> > >
> > > Run quickstart [OK]
> > >
> > > Verify NOTICE and LICENSE exists [OK]
> > >
> > > Check Checksum [OK]
> > >
> > > Check no Binary files in source release [OK]
> > >
> > > Rat Check Passed [OK]
> > >
> > > On Sat, Aug 22, 2020 at 1:41 PM Balaji Varadarajan <
> varadar...@gmail.com
> > >
> > > wrote:
> > >
> > > > +1(binding)
> > > > 1. Ran long running structured streaming writes on fake data and
> > verified
> > > > compactions and ingestion is happening without errors.
> > > > 2. Ran both scala and python based quickstart without any errors.
> There
> > > was
> > > > an issue in the documented quickstart steps (not in hudi) for python
> > > > example. Will send a doc PR shortly.
> > > > 3. Release Validation script passed locally.
> > > >
> > > > ```
> > > > MacBook-Pro:scripts balaji.varadarajan$
> > > > ./release/validate_staged_release.sh --release=0.6.0 --rc_num=1
> > > > /tmp/validation_scratch_dir_001 ~/code/oss/upstream_hudi/scripts
> > > > Checking Checksum of Source Release
> > > > Checksum Check of Source Release - [OK]
> > > >
> > > >   % Total% Received % Xferd  Average Speed   TimeTime
>  Time
> > > >  Current
> > > >  Dload  Upload   Total   Spent
> Left
> > > >  Speed
> > > > 100 30225  100 302250 0  46215  0 --:--:-- --:--:--
> > --:--:--
> > > > 46145
> > > > 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]
> > > >
> > > > ~/code/oss/upstream_hudi/scripts
> > > > MacBook-Pro:scripts balaji.varadarajan$ echo $?
> > > > 0
> > > > MacBook-Pro:scripts balaji.varadarajan$
> > > > ```
> > > >
> > > >
> > > > On Sat, Aug 22, 2020 at 8:27 AM Vinoth Chandar 
> > > wrote:
> > > >
> > > > > +1 (binding)
> > > > >
> > > > > - Ran the rc checks, I typically do
> > > > > - Tested a smoke test on both cow, mor tables
> > > > > - by running lot commits over longer period of time,
> > > > > - verifying the state of the dataset
> > > > >- count validation match.
> > > > >
> > > > > On Sat, Aug 22, 2020 at 6:08 AM leesf  wrote:
> > > > >
> > > > > > +1 (binding)
> > > > > > - mvn clean package -DskipTests OK
> > > > > > - ran quickstart guide OK (still get the exception ERROR
> > > > > > view.PriorityBasedFileSystemView: Got error running preferred
> > > function.
> > > > > > Trying secondary
> > > > > > org.apache.hudi.exception.HoodieRemoteException:
> > 192.168.1.102:56544
> > > > > > failed
> > > > > > to respond
> > > > > > at
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView.getLatestBaseFile(RemoteHoodieTableFileSystemView.java:426)
> > > > > > at
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView.execute(PriorityBasedFileSystemView.java:96)
> > > > > > at
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView.getLatestBaseFile(PriorityBasedFileSystemView.java:139),
> > > > > > but still ran successfully)
> > > > > > - writing demos to sync to hive & dla OK
> > > > > >
> > > > > > Sivabalan  于2020年8月22日周六 上午5:29写道:
> > > > > >
> > > > > > > +1 (non binding)
> > > > > > > - Compilation successful
> > > > > > > - Ran validation script which verifies checksum, keys, license,
> > > etc.
> > > > > > > - Ran quick start
> > > > > > > - Ran some tests from 

Re: [VOTE] Release 0.6.0, release candidate #1

2020-08-22 Thread Udit Mehrotra
+1 (non-binding)

- Compiles successfully
- Ran tests on EMR with bunch of upserts/delete commits, and verified query
results through spark datasource, spark-sql, hive and presto for COW/MOR
tables
- Ran insert/bulk insert/upserts on 100GB tpcds table
- Ran release validation scripts successfully
- Unit tests fail for me locally, as I observe similar behavior as Siva
mentioned in https://issues.apache.org/jira/browse/HUDI-1211
- Docker integration tests run successfully.

Thanks,
Udit

On Sat, Aug 22, 2020 at 4:16 PM Bhavani Sudha 
wrote:

> +1 (binding)
>
> Downloaded tar and verified compile [OK]
>
> Run integration test locally. [OK]
>
> Run a few tests in IDE. [OK]
>
> Run quickstart [OK]
>
> Verify NOTICE and LICENSE exists [OK]
>
> Check Checksum [OK]
>
> Check no Binary files in source release [OK]
>
> Rat Check Passed [OK]
>
> On Sat, Aug 22, 2020 at 1:41 PM Balaji Varadarajan 
> wrote:
>
> > +1(binding)
> > 1. Ran long running structured streaming writes on fake data and verified
> > compactions and ingestion is happening without errors.
> > 2. Ran both scala and python based quickstart without any errors. There
> was
> > an issue in the documented quickstart steps (not in hudi) for python
> > example. Will send a doc PR shortly.
> > 3. Release Validation script passed locally.
> >
> > ```
> > MacBook-Pro:scripts balaji.varadarajan$
> > ./release/validate_staged_release.sh --release=0.6.0 --rc_num=1
> > /tmp/validation_scratch_dir_001 ~/code/oss/upstream_hudi/scripts
> > 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 30225  100 302250 0  46215  0 --:--:-- --:--:-- --:--:--
> > 46145
> > 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]
> >
> > ~/code/oss/upstream_hudi/scripts
> > MacBook-Pro:scripts balaji.varadarajan$ echo $?
> > 0
> > MacBook-Pro:scripts balaji.varadarajan$
> > ```
> >
> >
> > On Sat, Aug 22, 2020 at 8:27 AM Vinoth Chandar 
> wrote:
> >
> > > +1 (binding)
> > >
> > > - Ran the rc checks, I typically do
> > > - Tested a smoke test on both cow, mor tables
> > > - by running lot commits over longer period of time,
> > > - verifying the state of the dataset
> > >- count validation match.
> > >
> > > On Sat, Aug 22, 2020 at 6:08 AM leesf  wrote:
> > >
> > > > +1 (binding)
> > > > - mvn clean package -DskipTests OK
> > > > - ran quickstart guide OK (still get the exception ERROR
> > > > view.PriorityBasedFileSystemView: Got error running preferred
> function.
> > > > Trying secondary
> > > > org.apache.hudi.exception.HoodieRemoteException: 192.168.1.102:56544
> > > > failed
> > > > to respond
> > > > at
> > > >
> > > >
> > >
> >
> org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView.getLatestBaseFile(RemoteHoodieTableFileSystemView.java:426)
> > > > at
> > > >
> > > >
> > >
> >
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView.execute(PriorityBasedFileSystemView.java:96)
> > > > at
> > > >
> > > >
> > >
> >
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView.getLatestBaseFile(PriorityBasedFileSystemView.java:139),
> > > > but still ran successfully)
> > > > - writing demos to sync to hive & dla OK
> > > >
> > > > Sivabalan  于2020年8月22日周六 上午5:29写道:
> > > >
> > > > > +1 (non binding)
> > > > > - Compilation successful
> > > > > - Ran validation script which verifies checksum, keys, license,
> etc.
> > > > > - Ran quick start
> > > > > - Ran some tests from intellij.
> > > > >
> > > > > JFYI: when I ran mvn test, encountered some test failures due to
> > > multiple
> > > > > spark contexts. Have raised a ticket here
> > > > > . But all tests
> are
> > > > > succeeding in CI and I could run from within intellij. So, not
> > blocking
> > > > the
> > > > > RC.
> > > > >
> > > > > Checking Checksum of Source Release-e Checksum Check of Source
> > Release
> > > -
> > > > > [OK]
> > > > >   % Total% Received % Xferd  Average Speed   TimeTime
> >  Time
> > > > > Current
> > > > >Dload
> Upload
> > > > > Total   SpentLeft  Speed
> > > > > 100 30225  100 302250 0   106k  0 --:--:-- --:--:--
> > > --:--:--
> > > > > 106k
> > > > > Checking Signature
> > > > > -e Signature Check - [OK]
> > > > > Checking for binary files in source release
> > > > > -e No Binary Files in Source Release? - [OK]
> > > > > Checking for 

Re: [VOTE] Release 0.6.0, release candidate #1

2020-08-22 Thread Bhavani Sudha
+1 (binding)

Downloaded tar and verified compile [OK]

Run integration test locally. [OK]

Run a few tests in IDE. [OK]

Run quickstart [OK]

Verify NOTICE and LICENSE exists [OK]

Check Checksum [OK]

Check no Binary files in source release [OK]

Rat Check Passed [OK]

On Sat, Aug 22, 2020 at 1:41 PM Balaji Varadarajan 
wrote:

> +1(binding)
> 1. Ran long running structured streaming writes on fake data and verified
> compactions and ingestion is happening without errors.
> 2. Ran both scala and python based quickstart without any errors. There was
> an issue in the documented quickstart steps (not in hudi) for python
> example. Will send a doc PR shortly.
> 3. Release Validation script passed locally.
>
> ```
> MacBook-Pro:scripts balaji.varadarajan$
> ./release/validate_staged_release.sh --release=0.6.0 --rc_num=1
> /tmp/validation_scratch_dir_001 ~/code/oss/upstream_hudi/scripts
> 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 30225  100 302250 0  46215  0 --:--:-- --:--:-- --:--:--
> 46145
> 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]
>
> ~/code/oss/upstream_hudi/scripts
> MacBook-Pro:scripts balaji.varadarajan$ echo $?
> 0
> MacBook-Pro:scripts balaji.varadarajan$
> ```
>
>
> On Sat, Aug 22, 2020 at 8:27 AM Vinoth Chandar  wrote:
>
> > +1 (binding)
> >
> > - Ran the rc checks, I typically do
> > - Tested a smoke test on both cow, mor tables
> > - by running lot commits over longer period of time,
> > - verifying the state of the dataset
> >- count validation match.
> >
> > On Sat, Aug 22, 2020 at 6:08 AM leesf  wrote:
> >
> > > +1 (binding)
> > > - mvn clean package -DskipTests OK
> > > - ran quickstart guide OK (still get the exception ERROR
> > > view.PriorityBasedFileSystemView: Got error running preferred function.
> > > Trying secondary
> > > org.apache.hudi.exception.HoodieRemoteException: 192.168.1.102:56544
> > > failed
> > > to respond
> > > at
> > >
> > >
> >
> org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView.getLatestBaseFile(RemoteHoodieTableFileSystemView.java:426)
> > > at
> > >
> > >
> >
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView.execute(PriorityBasedFileSystemView.java:96)
> > > at
> > >
> > >
> >
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView.getLatestBaseFile(PriorityBasedFileSystemView.java:139),
> > > but still ran successfully)
> > > - writing demos to sync to hive & dla OK
> > >
> > > Sivabalan  于2020年8月22日周六 上午5:29写道:
> > >
> > > > +1 (non binding)
> > > > - Compilation successful
> > > > - Ran validation script which verifies checksum, keys, license, etc.
> > > > - Ran quick start
> > > > - Ran some tests from intellij.
> > > >
> > > > JFYI: when I ran mvn test, encountered some test failures due to
> > multiple
> > > > spark contexts. Have raised a ticket here
> > > > . But all tests are
> > > > succeeding in CI and I could run from within intellij. So, not
> blocking
> > > the
> > > > RC.
> > > >
> > > > Checking Checksum of Source Release-e Checksum Check of Source
> Release
> > -
> > > > [OK]
> > > >   % Total% Received % Xferd  Average Speed   TimeTime
>  Time
> > > > Current
> > > >Dload  Upload
> > > > Total   SpentLeft  Speed
> > > > 100 30225  100 302250 0   106k  0 --:--:-- --:--:--
> > --:--:--
> > > > 106k
> > > > Checking Signature
> > > > -e Signature Check - [OK]
> > > > Checking for binary files in source release
> > > > -e No Binary Files in Source Release? - [OK]
> > > > Checking for DISCLAIMER
> > > > -e DISCLAIMER file exists ? [OK]
> > > > Checking for LICENSE and NOTICE
> > > > -e License file exists ? [OK]-
> > > > e Notice file exists ? [OK]
> > > > Performing custom Licensing Check
> > > > -e Licensing Check Passed [OK]
> > > > Running RAT Check
> > > > -e RAT Check Passed [OK]
> > > >
> > > >
> > > >
> > > > On Fri, Aug 21, 2020 at 12:37 PM Bhavani Sudha <
> > bhavanisud...@gmail.com>
> > > > wrote:
> > > >
> > > > > Vino yang,
> > > > >
> > > > > I am working on the release blog. While the RC is in progress, the
> > doc
> > > > and
> > > > > site updates are happening this week.
> > > > >
> > > > > Thanks,
> > > > > Sudha
> > > > >
> > > > > On Fri, Aug 21, 2020 at 4:23 AM vino yang 
> > > wrote:
> > > > >
> > > > > > +1 from my side
> > > > > >
> > > > > > I checked:
> > > > > >
> > > > > > 

Re: [VOTE] Release 0.6.0, release candidate #1

2020-08-22 Thread Balaji Varadarajan
+1(binding)
1. Ran long running structured streaming writes on fake data and verified
compactions and ingestion is happening without errors.
2. Ran both scala and python based quickstart without any errors. There was
an issue in the documented quickstart steps (not in hudi) for python
example. Will send a doc PR shortly.
3. Release Validation script passed locally.

```
MacBook-Pro:scripts balaji.varadarajan$
./release/validate_staged_release.sh --release=0.6.0 --rc_num=1
/tmp/validation_scratch_dir_001 ~/code/oss/upstream_hudi/scripts
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 30225  100 302250 0  46215  0 --:--:-- --:--:-- --:--:--
46145
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]

~/code/oss/upstream_hudi/scripts
MacBook-Pro:scripts balaji.varadarajan$ echo $?
0
MacBook-Pro:scripts balaji.varadarajan$
```


On Sat, Aug 22, 2020 at 8:27 AM Vinoth Chandar  wrote:

> +1 (binding)
>
> - Ran the rc checks, I typically do
> - Tested a smoke test on both cow, mor tables
> - by running lot commits over longer period of time,
> - verifying the state of the dataset
>- count validation match.
>
> On Sat, Aug 22, 2020 at 6:08 AM leesf  wrote:
>
> > +1 (binding)
> > - mvn clean package -DskipTests OK
> > - ran quickstart guide OK (still get the exception ERROR
> > view.PriorityBasedFileSystemView: Got error running preferred function.
> > Trying secondary
> > org.apache.hudi.exception.HoodieRemoteException: 192.168.1.102:56544
> > failed
> > to respond
> > at
> >
> >
> org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView.getLatestBaseFile(RemoteHoodieTableFileSystemView.java:426)
> > at
> >
> >
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView.execute(PriorityBasedFileSystemView.java:96)
> > at
> >
> >
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView.getLatestBaseFile(PriorityBasedFileSystemView.java:139),
> > but still ran successfully)
> > - writing demos to sync to hive & dla OK
> >
> > Sivabalan  于2020年8月22日周六 上午5:29写道:
> >
> > > +1 (non binding)
> > > - Compilation successful
> > > - Ran validation script which verifies checksum, keys, license, etc.
> > > - Ran quick start
> > > - Ran some tests from intellij.
> > >
> > > JFYI: when I ran mvn test, encountered some test failures due to
> multiple
> > > spark contexts. Have raised a ticket here
> > > . But all tests are
> > > succeeding in CI and I could run from within intellij. So, not blocking
> > the
> > > RC.
> > >
> > > Checking Checksum of Source Release-e Checksum Check of Source Release
> -
> > > [OK]
> > >   % Total% Received % Xferd  Average Speed   TimeTime Time
> > > Current
> > >Dload  Upload
> > > Total   SpentLeft  Speed
> > > 100 30225  100 302250 0   106k  0 --:--:-- --:--:--
> --:--:--
> > > 106k
> > > Checking Signature
> > > -e Signature Check - [OK]
> > > Checking for binary files in source release
> > > -e No Binary Files in Source Release? - [OK]
> > > Checking for DISCLAIMER
> > > -e DISCLAIMER file exists ? [OK]
> > > Checking for LICENSE and NOTICE
> > > -e License file exists ? [OK]-
> > > e Notice file exists ? [OK]
> > > Performing custom Licensing Check
> > > -e Licensing Check Passed [OK]
> > > Running RAT Check
> > > -e RAT Check Passed [OK]
> > >
> > >
> > >
> > > On Fri, Aug 21, 2020 at 12:37 PM Bhavani Sudha <
> bhavanisud...@gmail.com>
> > > wrote:
> > >
> > > > Vino yang,
> > > >
> > > > I am working on the release blog. While the RC is in progress, the
> doc
> > > and
> > > > site updates are happening this week.
> > > >
> > > > Thanks,
> > > > Sudha
> > > >
> > > > On Fri, Aug 21, 2020 at 4:23 AM vino yang 
> > wrote:
> > > >
> > > > > +1 from my side
> > > > >
> > > > > I checked:
> > > > >
> > > > > - ran `mvn clean package` [OK]
> > > > > - ran `mvn test` in my local [OK]
> > > > > - signature [OK]
> > > > >
> > > > > BTW, where is like of the release blog?
> > > > >
> > > > > Best,
> > > > > Vino
> > > > >
> > > > > Bhavani Sudha  于2020年8月20日周四 下午12:03写道:
> > > > >
> > > > > > Hi everyone,
> > > > > > Please review and vote on the release candidate #1 for the
> version
> > > > 0.6.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 

Re: [VOTE] Release 0.6.0, release candidate #1

2020-08-22 Thread Vinoth Chandar
+1 (binding)

- Ran the rc checks, I typically do
- Tested a smoke test on both cow, mor tables
- by running lot commits over longer period of time,
- verifying the state of the dataset
   - count validation match.

On Sat, Aug 22, 2020 at 6:08 AM leesf  wrote:

> +1 (binding)
> - mvn clean package -DskipTests OK
> - ran quickstart guide OK (still get the exception ERROR
> view.PriorityBasedFileSystemView: Got error running preferred function.
> Trying secondary
> org.apache.hudi.exception.HoodieRemoteException: 192.168.1.102:56544
> failed
> to respond
> at
>
> org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView.getLatestBaseFile(RemoteHoodieTableFileSystemView.java:426)
> at
>
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView.execute(PriorityBasedFileSystemView.java:96)
> at
>
> org.apache.hudi.common.table.view.PriorityBasedFileSystemView.getLatestBaseFile(PriorityBasedFileSystemView.java:139),
> but still ran successfully)
> - writing demos to sync to hive & dla OK
>
> Sivabalan  于2020年8月22日周六 上午5:29写道:
>
> > +1 (non binding)
> > - Compilation successful
> > - Ran validation script which verifies checksum, keys, license, etc.
> > - Ran quick start
> > - Ran some tests from intellij.
> >
> > JFYI: when I ran mvn test, encountered some test failures due to multiple
> > spark contexts. Have raised a ticket here
> > . But all tests are
> > succeeding in CI and I could run from within intellij. So, not blocking
> the
> > RC.
> >
> > Checking Checksum of Source Release-e Checksum Check of Source Release -
> > [OK]
> >   % Total% Received % Xferd  Average Speed   TimeTime Time
> > Current
> >Dload  Upload
> > Total   SpentLeft  Speed
> > 100 30225  100 302250 0   106k  0 --:--:-- --:--:-- --:--:--
> > 106k
> > Checking Signature
> > -e Signature Check - [OK]
> > Checking for binary files in source release
> > -e No Binary Files in Source Release? - [OK]
> > Checking for DISCLAIMER
> > -e DISCLAIMER file exists ? [OK]
> > Checking for LICENSE and NOTICE
> > -e License file exists ? [OK]-
> > e Notice file exists ? [OK]
> > Performing custom Licensing Check
> > -e Licensing Check Passed [OK]
> > Running RAT Check
> > -e RAT Check Passed [OK]
> >
> >
> >
> > On Fri, Aug 21, 2020 at 12:37 PM Bhavani Sudha 
> > wrote:
> >
> > > Vino yang,
> > >
> > > I am working on the release blog. While the RC is in progress, the doc
> > and
> > > site updates are happening this week.
> > >
> > > Thanks,
> > > Sudha
> > >
> > > On Fri, Aug 21, 2020 at 4:23 AM vino yang 
> wrote:
> > >
> > > > +1 from my side
> > > >
> > > > I checked:
> > > >
> > > > - ran `mvn clean package` [OK]
> > > > - ran `mvn test` in my local [OK]
> > > > - signature [OK]
> > > >
> > > > BTW, where is like of the release blog?
> > > >
> > > > Best,
> > > > Vino
> > > >
> > > > Bhavani Sudha  于2020年8月20日周四 下午12:03写道:
> > > >
> > > > > Hi everyone,
> > > > > Please review and vote on the release candidate #1 for the version
> > > 0.6.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 7F66CD4CE990983A284672293224F200E1FC2172 [3],
> > > > > * all artifacts to be deployed to the Maven Central Repository [4],
> > > > > * source code tag "release-0.6.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=12346663
> > > > > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.6.0-rc1/
> > > > > [3] https://dist.apache.org/repos/dist/release/hudi/KEYS
> > > > > [4]
> > > >
> https://repository.apache.org/content/repositories/orgapachehudi-1025/
> > > > > [5] https://github.com/apache/hudi/tree/release-0.6.0-rc1
> > > > >
> > > >
> > >
> >
> >
> > --
> > Regards,
> > -Sivabalan
> >
>


Re: [VOTE] Release 0.6.0, release candidate #1

2020-08-22 Thread leesf
+1 (binding)
- mvn clean package -DskipTests OK
- ran quickstart guide OK (still get the exception ERROR
view.PriorityBasedFileSystemView: Got error running preferred function.
Trying secondary
org.apache.hudi.exception.HoodieRemoteException: 192.168.1.102:56544 failed
to respond
at
org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView.getLatestBaseFile(RemoteHoodieTableFileSystemView.java:426)
at
org.apache.hudi.common.table.view.PriorityBasedFileSystemView.execute(PriorityBasedFileSystemView.java:96)
at
org.apache.hudi.common.table.view.PriorityBasedFileSystemView.getLatestBaseFile(PriorityBasedFileSystemView.java:139),
but still ran successfully)
- writing demos to sync to hive & dla OK

Sivabalan  于2020年8月22日周六 上午5:29写道:

> +1 (non binding)
> - Compilation successful
> - Ran validation script which verifies checksum, keys, license, etc.
> - Ran quick start
> - Ran some tests from intellij.
>
> JFYI: when I ran mvn test, encountered some test failures due to multiple
> spark contexts. Have raised a ticket here
> . But all tests are
> succeeding in CI and I could run from within intellij. So, not blocking the
> RC.
>
> Checking Checksum of Source Release-e Checksum Check of Source Release -
> [OK]
>   % Total% Received % Xferd  Average Speed   TimeTime Time
> Current
>Dload  Upload
> Total   SpentLeft  Speed
> 100 30225  100 302250 0   106k  0 --:--:-- --:--:-- --:--:--
> 106k
> Checking Signature
> -e Signature Check - [OK]
> Checking for binary files in source release
> -e No Binary Files in Source Release? - [OK]
> Checking for DISCLAIMER
> -e DISCLAIMER file exists ? [OK]
> Checking for LICENSE and NOTICE
> -e License file exists ? [OK]-
> e Notice file exists ? [OK]
> Performing custom Licensing Check
> -e Licensing Check Passed [OK]
> Running RAT Check
> -e RAT Check Passed [OK]
>
>
>
> On Fri, Aug 21, 2020 at 12:37 PM Bhavani Sudha 
> wrote:
>
> > Vino yang,
> >
> > I am working on the release blog. While the RC is in progress, the doc
> and
> > site updates are happening this week.
> >
> > Thanks,
> > Sudha
> >
> > On Fri, Aug 21, 2020 at 4:23 AM vino yang  wrote:
> >
> > > +1 from my side
> > >
> > > I checked:
> > >
> > > - ran `mvn clean package` [OK]
> > > - ran `mvn test` in my local [OK]
> > > - signature [OK]
> > >
> > > BTW, where is like of the release blog?
> > >
> > > Best,
> > > Vino
> > >
> > > Bhavani Sudha  于2020年8月20日周四 下午12:03写道:
> > >
> > > > Hi everyone,
> > > > Please review and vote on the release candidate #1 for the version
> > 0.6.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 7F66CD4CE990983A284672293224F200E1FC2172 [3],
> > > > * all artifacts to be deployed to the Maven Central Repository [4],
> > > > * source code tag "release-0.6.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=12346663
> > > > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.6.0-rc1/
> > > > [3] https://dist.apache.org/repos/dist/release/hudi/KEYS
> > > > [4]
> > > https://repository.apache.org/content/repositories/orgapachehudi-1025/
> > > > [5] https://github.com/apache/hudi/tree/release-0.6.0-rc1
> > > >
> > >
> >
>
>
> --
> Regards,
> -Sivabalan
>


Re: [VOTE] Release 0.6.0, release candidate #1

2020-08-22 Thread Gary Li
Thanks Raymond. The tests ran successfully with these commands.

Best Regards,
Gary Li
 

On 8/21/20, 10:18 PM, "Shiyan Xu"  wrote:

I should have documented this...(which I will soon)

When run from terminal, could you please try running with maven profile like
`mvn -Punit-tests test`
`mvn -Pfunctional-tests test`
which should work..

Best,
Raymond


On Fri, Aug 21, 2020 at 9:44 PM Gary Li  wrote:

> +1 (non binding)
> - Complied successfully
> - Ran validation script successfully
> - Ran tests from IntelliJ successfully
>
> Seeing the same issue as Siva. The tests were passed in IDE.
>
> Best Regards,
> Gary Li
>
>
> On 8/21/20, 2:29 PM, "Sivabalan"  wrote:
>
> +1 (non binding)
> - Compilation successful
> - Ran validation script which verifies checksum, keys, license, etc.
> - Ran quick start
> - Ran some tests from intellij.
>
> JFYI: when I ran mvn test, encountered some test failures due to
> multiple
> spark contexts. Have raised a ticket here
> . But all tests are
> succeeding in CI and I could run from within intellij. So, not
> blocking the
> RC.
>
> Checking Checksum of Source Release-e Checksum Check of Source Release
> -
> [OK]
>   % Total% Received % Xferd  Average Speed   TimeTime Time
> Current
>Dload  Upload
> Total   SpentLeft  Speed
> 100 30225  100 302250 0   106k  0 --:--:-- --:--:--
> --:--:--
> 106k
> Checking Signature
> -e Signature Check - [OK]
> Checking for binary files in source release
> -e No Binary Files in Source Release? - [OK]
> Checking for DISCLAIMER
> -e DISCLAIMER file exists ? [OK]
> Checking for LICENSE and NOTICE
> -e License file exists ? [OK]-
> e Notice file exists ? [OK]
> Performing custom Licensing Check
> -e Licensing Check Passed [OK]
> Running RAT Check
> -e RAT Check Passed [OK]
>
>
>
> On Fri, Aug 21, 2020 at 12:37 PM Bhavani Sudha <
> bhavanisud...@gmail.com>
> wrote:
>
> > Vino yang,
> >
> > I am working on the release blog. While the RC is in progress, the
> doc and
> > site updates are happening this week.
> >
> > Thanks,
> > Sudha
> >
> > On Fri, Aug 21, 2020 at 4:23 AM vino yang 
> wrote:
> >
> > > +1 from my side
> > >
> > > I checked:
> > >
> > > - ran `mvn clean package` [OK]
> > > - ran `mvn test` in my local [OK]
> > > - signature [OK]
> > >
> > > BTW, where is like of the release blog?
> > >
> > > Best,
> > > Vino
> > >
> > > Bhavani Sudha  于2020年8月20日周四 下午12:03写道:
> > >
> > > > Hi everyone,
> > > > Please review and vote on the release candidate #1 for the
> version
> > 0.6.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 7F66CD4CE990983A284672293224F200E1FC2172 [3],
> > > > * all artifacts to be deployed to the Maven Central Repository
> [4],
> > > > * source code tag "release-0.6.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=12346663
> > > > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.6.0-rc1/
> > > > [3] https://dist.apache.org/repos/dist/release/hudi/KEYS
> > > > [4]
> > >
> https://repository.apache.org/content/repositories/orgapachehudi-1025/
> > > > [5] https://github.com/apache/hudi/tree/release-0.6.0-rc1
> > > >
> > >
> >
>
>
> --
> Regards,
> -Sivabalan
>



Re: [VOTE] Release 0.6.0, release candidate #1

2020-08-21 Thread Shiyan Xu
I should have documented this...(which I will soon)

When run from terminal, could you please try running with maven profile like
`mvn -Punit-tests test`
`mvn -Pfunctional-tests test`
which should work..

Best,
Raymond


On Fri, Aug 21, 2020 at 9:44 PM Gary Li  wrote:

> +1 (non binding)
> - Complied successfully
> - Ran validation script successfully
> - Ran tests from IntelliJ successfully
>
> Seeing the same issue as Siva. The tests were passed in IDE.
>
> Best Regards,
> Gary Li
>
>
> On 8/21/20, 2:29 PM, "Sivabalan"  wrote:
>
> +1 (non binding)
> - Compilation successful
> - Ran validation script which verifies checksum, keys, license, etc.
> - Ran quick start
> - Ran some tests from intellij.
>
> JFYI: when I ran mvn test, encountered some test failures due to
> multiple
> spark contexts. Have raised a ticket here
> . But all tests are
> succeeding in CI and I could run from within intellij. So, not
> blocking the
> RC.
>
> Checking Checksum of Source Release-e Checksum Check of Source Release
> -
> [OK]
>   % Total% Received % Xferd  Average Speed   TimeTime Time
> Current
>Dload  Upload
> Total   SpentLeft  Speed
> 100 30225  100 302250 0   106k  0 --:--:-- --:--:--
> --:--:--
> 106k
> Checking Signature
> -e Signature Check - [OK]
> Checking for binary files in source release
> -e No Binary Files in Source Release? - [OK]
> Checking for DISCLAIMER
> -e DISCLAIMER file exists ? [OK]
> Checking for LICENSE and NOTICE
> -e License file exists ? [OK]-
> e Notice file exists ? [OK]
> Performing custom Licensing Check
> -e Licensing Check Passed [OK]
> Running RAT Check
> -e RAT Check Passed [OK]
>
>
>
> On Fri, Aug 21, 2020 at 12:37 PM Bhavani Sudha <
> bhavanisud...@gmail.com>
> wrote:
>
> > Vino yang,
> >
> > I am working on the release blog. While the RC is in progress, the
> doc and
> > site updates are happening this week.
> >
> > Thanks,
> > Sudha
> >
> > On Fri, Aug 21, 2020 at 4:23 AM vino yang 
> wrote:
> >
> > > +1 from my side
> > >
> > > I checked:
> > >
> > > - ran `mvn clean package` [OK]
> > > - ran `mvn test` in my local [OK]
> > > - signature [OK]
> > >
> > > BTW, where is like of the release blog?
> > >
> > > Best,
> > > Vino
> > >
> > > Bhavani Sudha  于2020年8月20日周四 下午12:03写道:
> > >
> > > > Hi everyone,
> > > > Please review and vote on the release candidate #1 for the
> version
> > 0.6.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 7F66CD4CE990983A284672293224F200E1FC2172 [3],
> > > > * all artifacts to be deployed to the Maven Central Repository
> [4],
> > > > * source code tag "release-0.6.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=12346663
> > > > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.6.0-rc1/
> > > > [3] https://dist.apache.org/repos/dist/release/hudi/KEYS
> > > > [4]
> > >
> https://repository.apache.org/content/repositories/orgapachehudi-1025/
> > > > [5] https://github.com/apache/hudi/tree/release-0.6.0-rc1
> > > >
> > >
> >
>
>
> --
> Regards,
> -Sivabalan
>


Re: [VOTE] Release 0.6.0, release candidate #1

2020-08-21 Thread Gary Li
+1 (non binding)
- Complied successfully
- Ran validation script successfully
- Ran tests from IntelliJ successfully

Seeing the same issue as Siva. The tests were passed in IDE.

Best Regards,
Gary Li
 

On 8/21/20, 2:29 PM, "Sivabalan"  wrote:

+1 (non binding)
- Compilation successful
- Ran validation script which verifies checksum, keys, license, etc.
- Ran quick start
- Ran some tests from intellij.

JFYI: when I ran mvn test, encountered some test failures due to multiple
spark contexts. Have raised a ticket here
. But all tests are
succeeding in CI and I could run from within intellij. So, not blocking the
RC.

Checking Checksum of Source Release-e Checksum Check of Source Release -
[OK]
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
   Dload  Upload
Total   SpentLeft  Speed
100 30225  100 302250 0   106k  0 --:--:-- --:--:-- --:--:--
106k
Checking Signature
-e Signature Check - [OK]
Checking for binary files in source release
-e No Binary Files in Source Release? - [OK]
Checking for DISCLAIMER
-e DISCLAIMER file exists ? [OK]
Checking for LICENSE and NOTICE
-e License file exists ? [OK]-
e Notice file exists ? [OK]
Performing custom Licensing Check
-e Licensing Check Passed [OK]
Running RAT Check
-e RAT Check Passed [OK]



On Fri, Aug 21, 2020 at 12:37 PM Bhavani Sudha 
wrote:

> Vino yang,
>
> I am working on the release blog. While the RC is in progress, the doc and
> site updates are happening this week.
>
> Thanks,
> Sudha
>
> On Fri, Aug 21, 2020 at 4:23 AM vino yang  wrote:
>
> > +1 from my side
> >
> > I checked:
> >
> > - ran `mvn clean package` [OK]
> > - ran `mvn test` in my local [OK]
> > - signature [OK]
> >
> > BTW, where is like of the release blog?
> >
> > Best,
> > Vino
> >
> > Bhavani Sudha  于2020年8月20日周四 下午12:03写道:
> >
> > > Hi everyone,
> > > Please review and vote on the release candidate #1 for the version
> 0.6.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 7F66CD4CE990983A284672293224F200E1FC2172 [3],
> > > * all artifacts to be deployed to the Maven Central Repository [4],
> > > * source code tag "release-0.6.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=12346663
> > > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.6.0-rc1/
> > > [3] https://dist.apache.org/repos/dist/release/hudi/KEYS
> > > [4]
> > https://repository.apache.org/content/repositories/orgapachehudi-1025/
> > > [5] https://github.com/apache/hudi/tree/release-0.6.0-rc1
> > >
> >
>


-- 
Regards,
-Sivabalan


Re: [VOTE] Release 0.6.0, release candidate #1

2020-08-21 Thread Bhavani Sudha
Vino yang,

I am working on the release blog. While the RC is in progress, the doc and
site updates are happening this week.

Thanks,
Sudha

On Fri, Aug 21, 2020 at 4:23 AM vino yang  wrote:

> +1 from my side
>
> I checked:
>
> - ran `mvn clean package` [OK]
> - ran `mvn test` in my local [OK]
> - signature [OK]
>
> BTW, where is like of the release blog?
>
> Best,
> Vino
>
> Bhavani Sudha  于2020年8月20日周四 下午12:03写道:
>
> > Hi everyone,
> > Please review and vote on the release candidate #1 for the version 0.6.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 7F66CD4CE990983A284672293224F200E1FC2172 [3],
> > * all artifacts to be deployed to the Maven Central Repository [4],
> > * source code tag "release-0.6.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=12346663
> > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.6.0-rc1/
> > [3] https://dist.apache.org/repos/dist/release/hudi/KEYS
> > [4]
> https://repository.apache.org/content/repositories/orgapachehudi-1025/
> > [5] https://github.com/apache/hudi/tree/release-0.6.0-rc1
> >
>


Re: Re: [VOTE] Release 0.6.0, release candidate #1

2020-08-21 Thread Trevor Zhang
I  checked:
- ran `mvn clean package` [OK]
- ran `mvn test` in my local [OK]

Trevor  于2020年8月21日周五 下午7:39写道:

>
> +1
> --
> Trevor
>
>
> *From:* vino yang 
> *Date:* 2020-08-21 19:23
> *To:* dev 
> *Subject:* Re: [VOTE] Release 0.6.0, release candidate #1
> +1 from my side
>
> I checked:
>
> - ran `mvn clean package` [OK]
> - ran `mvn test` in my local [OK]
> - signature [OK]
>
> BTW, where is like of the release blog?
>
> Best,
> Vino
>
> Bhavani Sudha  于2020年8月20日周四 下午12:03写道:
>
> > Hi everyone,
> > Please review and vote on the release candidate #1 for the version 0.6.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 7F66CD4CE990983A284672293224F200E1FC2172 [3],
> > * all artifacts to be deployed to the Maven Central Repository [4],
> > * source code tag "release-0.6.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=12346663
> > [2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.6.0-rc1/
> > [3] https://dist.apache.org/repos/dist/release/hudi/KEYS
> > [4]
> https://repository.apache.org/content/repositories/orgapachehudi-1025/
> > [5] https://github.com/apache/hudi/tree/release-0.6.0-rc1
> >
>
>


[VOTE] Release 0.6.0, release candidate #1

2020-08-19 Thread Bhavani Sudha
Hi everyone,
Please review and vote on the release candidate #1 for the version 0.6.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 7F66CD4CE990983A284672293224F200E1FC2172 [3],
* all artifacts to be deployed to the Maven Central Repository [4],
* source code tag "release-0.6.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=12346663
[2] https://dist.apache.org/repos/dist/dev/hudi/hudi-0.6.0-rc1/
[3] https://dist.apache.org/repos/dist/release/hudi/KEYS
[4] https://repository.apache.org/content/repositories/orgapachehudi-1025/
[5] https://github.com/apache/hudi/tree/release-0.6.0-rc1