Re: Progress on 0.5.3 release

2020-05-27 Thread Sivabalan
Here is the updated guide. I have added comments at places where I had doubts or wasn't clear. Would appreciate if someone can review it and help me out. On Wed, May 27, 2020 at 11:23 PM Sivabalan wrote: >

Re: Progress on 0.5.3 release

2020-05-27 Thread Sivabalan
Hey folks, Please hold on to review the guide. I happened to trim out "incubator"/"incubating" texts only where ever required. Will compare w/ flink's release guide and add/edit sections as appropriate. Will update the thread once I have something. On Wed, May 27, 2020 at 10:22 PM Sivabalan

Apply for JIRA permission

2020-05-27 Thread Hefei Li
Hi guys, I want to contribute to Apache Hudi. Would you please give me the permission as a contributor ? My JIRA username is *lhfei *. === Best Regards Hefei LiHefei Li MP: +86 18701581473 MSN: lh...@live.cn ===

Re: Progress on 0.5.3 release

2020-05-27 Thread Sivabalan
I am at "Create a release branch in apache/hudi repository" step for now. Will ping if I am stuck or need any help. In the mean time, here is the updated release guidelines. LMK if it looks good. Also, I need

Re: Apply for JIRA permission

2020-05-27 Thread cooper
Apache Spark. ? Hefei Li 于2020年5月27日周三 下午11:46写道: > Hi guys, > > I want to contribute to Apache Spark. > > Would you please give me the permission as a contributor ? > > My JIRA username is *lhfei *. > > > > > === > Best Regards > Hefei LiHefei Li > MP: +86

Re: [DISSCUSS] Trigger a Travis-CI rebuild without pushing a commit

2020-05-27 Thread hddong
+1 “retest this please” is a very convenient command. Jenkins has a plugin for this, wonder if travis-cli support this command. Vinoth Chandar 于2020年5月28日周四 上午6:15写道: > git commit --amend/git push --force has worked well for me. I am happy with > it, personally - no extra commits, just changes

Re: Progress on 0.5.3 release

2020-05-27 Thread Sivabalan
thanks leesf. I will reach out if I need any help. I will share the updated release guide once I have one. On Wed, May 27, 2020 at 8:36 PM Vinoth Chandar wrote: > That'd be great. Can you and Siva may be work together and review the > release guide for changes? > May be create a new copy..

Re: Progress on 0.5.3 release

2020-05-27 Thread Vinoth Chandar
That'd be great. Can you and Siva may be work together and review the release guide for changes? May be create a new copy.. We can discuss it here further, before we even cut a the RC? Side note: Please use the JIRA bulk actions as much as possible to tag/untag versions, so the notifications are

Re: hudi dependency conflicts for test

2020-05-27 Thread Vinoth Chandar
Thanks Lian! Will work it in! On Tue, May 26, 2020 at 9:02 AM Lian Jiang wrote: > I added a comment in this wiki. Hope this works. Thanks. > > On Sun, May 24, 2020 at 2:32 AM Vinoth Chandar wrote: > > > Great team work everyone! > > > > Anything worth documenting here? > >

Re: [DISSCUSS] Trigger a Travis-CI rebuild without pushing a commit

2020-05-27 Thread Vinoth Chandar
git commit --amend/git push --force has worked well for me. I am happy with it, personally - no extra commits, just changes the commit sha.. I don't have strong opinions on this one. How easy is it to add "retest this please" or some automation like that.. On Wed, May 27, 2020 at 2:49 PM Lamber

Re: [DISSCUSS] Trigger a Travis-CI rebuild without pushing a commit

2020-05-27 Thread Lamber Ken
Hi Prashant Wason, "git push -f" command has no side effect. The purpose of this topic is to reduce manual operations. The ci bot will help us to retry failure tests. For example, when use "retest thie please" command, the ci will retry automatically 1. Carbondata use "retest this please"

Re: [DISSCUSS] Trigger a Travis-CI rebuild without pushing a commit

2020-05-27 Thread Prashant Wason
I have used force push (git push -f) to re-trigger Travis build. I don't know if force push has any side effect but it does save an extra commit. Thanks Prashant On Wed, May 27, 2020 at 11:11 AM Lamber Ken wrote: > Thanks Sivabalan > > For committers / pmcs, they can use these tools to

Re: [DISSCUSS] Trigger a Travis-CI rebuild without pushing a commit

2020-05-27 Thread Lamber Ken
Thanks Sivabalan For committers / pmcs, they can use these tools to trigger rebuilid directly, But for contributors, they can open the url, but the retrigger button will hidden. Best, Lamber-Ken On 2020/05/27 13:13:53, Sivabalan wrote: > Not sure if this is a common practice. But can't we

Re: contribute to Apache Hudi

2020-05-27 Thread leesf
hi tuanzi, Done and welcome to Hudi community! wowtua...@gmail.com 于2020年5月27日周三 下午11:45写道: > Hi guys, > > I want to contribute to Apache Hudi. > > Would you please give me the permission as a contributor ? > > My JIRA username is tuanzi. > > > > > wowtua...@gmail.com >

Re: Progress on 0.5.3 release

2020-05-27 Thread leesf
I am glad to provide some help if needed. Vinoth Chandar 于2020年5月26日周二 下午1:30写道: > Hi Siva, > > Thanks for the update.. On the release guide, since this release is going > to happen as a TLP, we need to get the process re-calibrated again.. > > Ideally, someone who has done the release before,

Apply for JIRA permission

2020-05-27 Thread Hefei Li
Hi guys, I want to contribute to Apache Spark. Would you please give me the permission as a contributor ? My JIRA username is *lhfei *. === Best Regards Hefei LiHefei Li MP: +86 18701581473 MSN: lh...@live.cn ===

contribute to Apache Hudi

2020-05-27 Thread wowtua...@gmail.com
Hi guys, I want to contribute to Apache Hudi. Would you please give me the permission as a contributor ? My JIRA username is tuanzi. wowtua...@gmail.com

contribute to Apache Hudi

2020-05-27 Thread wowtua...@gmail.com
Hi guys, I want to contribute to Apache Hudi. Would you please give me the permission as a contributor ? My JIRA username is tuanzi. wowtua...@gmail.com

Re: [DISSCUSS] Trigger a Travis-CI rebuild without pushing a commit

2020-05-27 Thread Sivabalan
Not sure if this is a common practice. But can't we trigger via travis-ci directly? You can go here or here and there you can find an option to restart the build (right most column in every

Re: [DISSCUSS] Trigger a Travis-CI rebuild without pushing a commit

2020-05-27 Thread vino yang
Hi Lamber-Ken, Thanks for opening this discussion. +1 to fix this issue. About the solution, can we consider to introduce a "CI Bot" just like Apache Flink has done?[1] Just a thought. Best, Vino [1]: https://github.com/flink-ci/ci-bot/ Lamber Ken 于2020年5月27日周三 下午2:08写道: > Dear community,

[DISSCUSS] Trigger a Travis-CI rebuild without pushing a commit

2020-05-27 Thread Lamber Ken
Dear community, Use case: A build fails due to an externality. The source is actually correct. It would build OK and pass if simply re-run. Is there some way to nudge Travis-CI to do another build, other than pushing a "dummy" commit? The way I often used is `git commit --allow-empty -m

Re: Spark datasource support for MOR table

2020-05-27 Thread Gary Li
Sorry, forgot to attached the jira https://issues.apache.org/jira/plugins/servlet/mobile#issue/HUDI-69 On Tue, May 26, 2020 at 11:02 PM Gary Li wrote: > Hi, > > Yes this feature is WIP and will be available soon:) > Stay tuned! > > On Tue, May 26, 2020 at 10:27 PM Sathyaprakash G > wrote: > >>

Re: Spark datasource support for MOR table

2020-05-27 Thread Gary Li
Hi, Yes this feature is WIP and will be available soon:) Stay tuned! On Tue, May 26, 2020 at 10:27 PM Sathyaprakash G wrote: > Hi, > I see that for MOR table only Read optimized view is supported for > Spark data source and Snapshot and Incremental query are not supported for > Spark data