You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "shibei (Jira)" <ji...@apache.org> on 2022/09/02 08:03:00 UTC

[jira] [Updated] (HUDI-4294) Introduce build action to actually perform index data generation

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

shibei updated HUDI-4294:
-------------------------
    Description: 
In this issue, we introduce a new action type called build to actually perform index data generation. This action contains two steps as clustering action does:
 # Generate action plan to clarify which files and which indexes need to be built;
 # Execute build index according action plan generated by step one;

 

Call procedure will be implemented as well.

  was:
In this issue, we introduce a new action type called build to actually perform index data generation. This action contains two steps as clustering action does:
 # Generate action plan to clarify which files and which indexes need to be built;
 # Execute build index according action plan generated by step one;


> Introduce build action to actually perform index data generation
> ----------------------------------------------------------------
>
>                 Key: HUDI-4294
>                 URL: https://issues.apache.org/jira/browse/HUDI-4294
>             Project: Apache Hudi
>          Issue Type: New Feature
>            Reporter: shibei
>            Assignee: shibei
>            Priority: Major
>             Fix For: 0.13.0
>
>
> In this issue, we introduce a new action type called build to actually perform index data generation. This action contains two steps as clustering action does:
>  # Generate action plan to clarify which files and which indexes need to be built;
>  # Execute build index according action plan generated by step one;
>  
> Call procedure will be implemented as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)