You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "yuzhaojing (Jira)" <ji...@apache.org> on 2021/05/24 06:44:00 UTC

[jira] [Created] (HUDI-1924) Support bootstrap operator to load index from hoodieTable

yuzhaojing created HUDI-1924:
--------------------------------

             Summary: Support bootstrap operator to load index from hoodieTable 
                 Key: HUDI-1924
                 URL: https://issues.apache.org/jira/browse/HUDI-1924
             Project: Apache Hudi
          Issue Type: Improvement
          Components: Flink Integration
            Reporter: yuzhaojing
            Assignee: yuzhaojing


Now we load index in BucketAssign, but hoodieRecords in a baseFile may be belong many task,  So we have to load all files in any BucketAssign task.

If we add a operator before BucketAssign, then key by index Record to BucketAssign, that we can implement assign part of files to any task.



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