Re: Progress on 0.5.3 release

2020-05-25 Thread Vinoth Chandar
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, can help Siva? Anyone wants to volunteer? Thanks VInoth On Mon, May 25, 2020 at 5:48 AM

Re: Development related discussions

2020-05-25 Thread vino yang
Hi Hefei, All Hudi discussions are open and transparent. You can view and participate in the discussion through dev@ or Slack #general Channel.[1] Best, Vino [1]: http://hudi.apache.org/community.html#engage-with-us Hefei Li 于2020年5月25日周一 下午11:46写道: > Dear, > > I want to join the developer

Development related discussions

2020-05-25 Thread Hefei Li
Dear, I want to join the developer discussion community, I' ll be very happy if I can apply for it. === Best Regards Hefei LiHefei Li MP: +86 18701581473 MSN: lh...@live.cn ===

[Discussion]Hudi support more complete concurrency control when write data

2020-05-25 Thread wei li
Now hudi just support write、compaction concurrency control. But some scenario need write concurrency control.Such as two spark job with different data source ,need to write to the same hudi table. I have two Proposal: 1. first step :support write concurrency control on different partition

Progress on 0.5.3 release

2020-05-25 Thread Sivabalan
Hi Folks, Here is the status update on 0.5.3 release. Since we were cherry-picking commits from master, had to fix lot of conflicts manually since master had some refactoring, junit to jupiter changes and so on. 0.5.3 will stay with junit and so had to fix all tests manually during cherry

RE: Hudi Global Bloom Index Issue

2020-05-25 Thread Dubey, Raghu
Thanks a lot Siva! Tested and it works as expected. -Original Message- From: Sivabalan Sent: Sunday, May 24, 2020 11:10 PM To: dev@hudi.apache.org Subject: RE: [EXTERNAL] Hudi Global Bloom Index Issue CAUTION: This email originated from outside of the organization. Do not click links

Re: Apply for JIRA permission

2020-05-25 Thread leesf
hi hefei, Done and welcome to hudi community. Hefei Li 于2020年5月25日周一 下午6:15写道: > 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 Li

Apply for JIRA permission

2020-05-25 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 ===

Re: [Discussion] hudi support log append scenario with better write and asynchronous compaction

2020-05-25 Thread Vinoth Chandar
Thank you for your patience... This was a thought provoking RFC. I think we can solve a even more generalized problem here.. data clustering (which we support in limited form for only bulk_insert today). Please read my comment here..