You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/08/03 15:39:54 UTC

[GitHub] [hudi] bvaradar commented on issue #1902: [SUPPORT] Hudi dont put the same day in the same file

bvaradar commented on issue #1902:
URL: https://github.com/apache/hudi/issues/1902#issuecomment-668092687


   If you want ordering based on day during initial bootstrap, you can use bulkInsert but you need to define your record key such that the day column is the prefix for it to be clustered. You can try using complex Key Generator with recordkey being : "day_col,auto_incr_col"


----------------------------------------------------------------
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:
users@infra.apache.org