danny0405 opened a new pull request #2506:
URL: https://github.com/apache/hudi/pull/2506


   ## What is the purpose of the pull request
   
   This is the #step 2 of RFC-24:
   
https://cwiki.apache.org/confluence/display/HUDI/RFC+-+24%3A+Hoodie+Flink+Writer+Proposal
   
   This PR introduces a BucketAssigner that assigns bucket ID (partition
   path & fileID) for each stream record.
   
   There is no need to look up index and partition the records anymore in
   the following pipeline for these records,
   we actually decide the write target location before the write and each
   record computes its location when the BucketAssigner receives it, thus,
   the indexing is with streaming style.
   
   Computing locations for a batch of records all at a time is resource
   consuming so a pressure to the engine,
   we should avoid that in streaming system.
   
   ## Brief change log
   
     - Add `BucketAssigner`
     - Modify the behavior of `HoodieFlinkWriteClient` and 
`BaseFlinkCommitActionExecutor`
   
   ## Verify this pull request
   
   Added tests.
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to