You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Balaji Varadarajan (Jira)" <ji...@apache.org> on 2020/07/06 23:30:00 UTC

[jira] [Updated] (HUDI-417) Refactor HoodieWriteClient so that commit logic can be shareable by both bootstrap and normal write operations

     [ https://issues.apache.org/jira/browse/HUDI-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Balaji Varadarajan updated HUDI-417:
------------------------------------
    Priority: Blocker  (was: Major)

> Refactor HoodieWriteClient so that commit logic can be shareable by both bootstrap and normal write operations
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HUDI-417
>                 URL: https://issues.apache.org/jira/browse/HUDI-417
>             Project: Apache Hudi
>          Issue Type: Sub-task
>          Components: Writer Core
>            Reporter: Balaji Varadarajan
>            Assignee: Balaji Varadarajan
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.5.2
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
>  
> Basic Code Changes are present in the fork : [https://github.com/bvaradar/hudi/tree/vb_bootstrap]
>  
> The current implementation of HoodieBootstrapClient has duplicate code for committing bootstrap. 
> [https://github.com/bvaradar/hudi/blob/vb_bootstrap/hudi-client/src/main/java/org/apache/hudi/bootstrap/HoodieBootstrapClient.java] 
>  
> We can have an independent PR which would move these commit functionality from HoodieWriteClient to a new base class AbstractHoodieWriteClient which HoodieBootstrapClient can inherit.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)