Hello All,
My name is Gary from Bosch. I am currently working on migrating Hudi to our
current data platform. Glad to join Hudi community.
May I get an invitation to the Slack channel? My email is
*yanjia.gary...@gmail.com
*
Thanks,
Best Regards,
Gary
Hey Roshan,
The incremental view works on 2 basic principles :
1) You can read updates per batch of data that you commit, so for eg. you
have commits c1, c2, c3 & c4. You can incrementally read any range of
commits.
2) You can read updates as long as you keep those many versions around.
These ru
Travis CI support folks finally replied back to confirm that the CI account
used for incubator-hudi belongs to Apache.
Thanks Thomas and everyone for your suggestions and help.
Balaji.V
On Wednesday, May 15, 2019, 10:32:51 AM PDT, Balaji Varadarajan
wrote:
Thomas,
Yes, Travis has wor
Thomas,
Yes, Travis has worked well for us. I dont want to change to Jenkins just for
this case.The flink link has only settings related to CI environment and
obviously nothing related to Travis account details.
I also tried reaching to Travis support to see if they can point in any
direction
Hi Amarnath,
Happy to help. May be join our slack channel
https://github.com/apache/incubator-hudi/issues/143
and we can coordinate a time?
Thanks
Vinoth
On Tue, May 14, 2019 at 2:23 PM Amarnath Venkataswamy <
amarnath.venkatasw...@gmail.com> wrote:
>
> Hi Vinoth
>
> Thanks for your reply.
>
>
I think Balaji added a config to control this already?
On Tue, May 14, 2019 at 7:29 PM Jun Zhu wrote:
> Hmm, hoodie.consistency.check.enabled will retry 7 * 2000ms at most,
> optional should be fine.
> really need document for different use cases with config code example,
> cases like s3 consist
Hey Vinoth,
Yes. I meant reader on incremental view, but, in one case with a COW table
and in the other a MOR table.
In b, we are only querying for the commit ids (not the records) since the
last commit. Since c4 is not present, we get commit ids c1,c2,c3.
In d, we are actually querying commits f