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

[jira] [Created] (HUDI-2345) Supply build-in user UserDefinedBulkInsertPartitioner named RDDCustomColumnsSortPartitioner for bulk insert action

Yue Zhang created HUDI-2345:
-------------------------------

             Summary: Supply build-in user UserDefinedBulkInsertPartitioner named RDDCustomColumnsSortPartitioner for bulk insert action
                 Key: HUDI-2345
                 URL: https://issues.apache.org/jira/browse/HUDI-2345
             Project: Apache Hudi
          Issue Type: Task
            Reporter: Yue Zhang


For now users can use `NONE`, `GLOBAL_SORT` and `PARTITION_SORT` when do bulk insert action. 
This PR supply a build-in UserDefinedBulkInsertPartitioner named RDDCustomColumnsSortPartitioner which is already used for clustering.

Now users can use this BulkInsertPartitioner to ingest data ordered by particular columns rather than order data through clustering.



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