Re: Request to be added to Project Contributor Group

2021-03-28 Thread Aditya Tiwari
Thanks Vino for the approval. Just wanted to know what all tests do I need to run at my part before raising the PR? Is there any pipeline wherein I can test my brach directly? Also, do we need dorker setup for running Unit tests as well? I tried "mvn clean install -DskipITs" but it got stuck

Re: [Dev X] Azure Pipelines for CI

2021-03-28 Thread nishith agarwal
That's nice Raymond! This is a great step towards having nightly builds. It will help us build confidence in regular commits and avoid any surprises closer to releases as well. Thanks, Nishith On Sun, Mar 28, 2021 at 7:25 PM vino yang wrote: > Great job! Raymond. It will be very helpful to the

Re: [Dev X] Azure Pipelines for CI

2021-03-28 Thread vino yang
Great job! Raymond. It will be very helpful to the community. Best, Vino Sivabalan 于2021年3月29日周一 上午1:35写道: > Awesome Raymond. Everytime when we are nearing release, we are getting > blocked by travis. This will definitely be very helpful ! > > > On Sun, Mar 28, 2021 at 7:29 AM Raymond Xu >

Re: Request to be added to Project Contributor Group

2021-03-28 Thread vino yang
Hi, I have given you Jira contributor permission. > Also, kindly guide me to any doc/ url for running both unit test and integration tests on the project. Is anything else required other than running sample queries from docker_demo (https://hudi.apache.org/docs/docker_demo.html)? Do you have

Re: [Dev X] Azure Pipelines for CI

2021-03-28 Thread Sivabalan
Awesome Raymond. Everytime when we are nearing release, we are getting blocked by travis. This will definitely be very helpful ! On Sun, Mar 28, 2021 at 7:29 AM Raymond Xu wrote: > Hi all, > > Just want to give some updates on setting up Azure Pipelines for running > tests. > > We have been

[ANNOUNCE] Hudi Community Update(2021-03-14 ~ 2021-03-28)

2021-03-28 Thread leesf
Dear community, Nice to share Hudi community bi-weekly updates for 2021-03-14 ~ 2021-03-28 with updates on features, bug fixes and tests. === Features [Flink Integration] Tweak hudi-flink-bundle module pom and reorganize the pacakges for hudi-flink module

[Dev X] Azure Pipelines for CI

2021-03-28 Thread Raymond Xu
Hi all, Just want to give some updates on setting up Azure Pipelines for running tests. We have been experimenting with Azure Pipelines to run all CI tests with the goal of switching over from Travis to it. I wrote this wiki page to document CI related info.