You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "teeyog (Jira)" <ji...@apache.org> on 2021/01/14 11:09:00 UTC

[jira] [Updated] (HUDI-1527) Automatically infer the data directory, users only need to specify the table directory

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

teeyog updated HUDI-1527:
-------------------------
    Description: 
To read the hudi table, you need to specify the path, but the path is not only the tablePath corresponding to the table, but needs to be determined by the partition directory structure. Different keyGenerators correspond to different partition directory structures. The first-level partition directory uses path=.../table/*/*, the secondary partition directory path=../table/*/*/*

so it is troublesome to let the user specify the data path, the user only needs to specify the tablePath:  .../table

  was:To read the hudi table, you need to specify the path, but the path is not only the tablePath corresponding to the table, but needs to be determined by the partition directory structure. Different keyGenerators correspond to different partition directory structures. The first-level partition directory uses path=.../table /*/*, the secondary partition directory path=.../table/*/*/*,..., so it is troublesome to let the user specify the data path, the user only needs to specify the tablePath


> Automatically infer the data directory, users only need to specify the table directory
> --------------------------------------------------------------------------------------
>
>                 Key: HUDI-1527
>                 URL: https://issues.apache.org/jira/browse/HUDI-1527
>             Project: Apache Hudi
>          Issue Type: Improvement
>            Reporter: teeyog
>            Priority: Major
>
> To read the hudi table, you need to specify the path, but the path is not only the tablePath corresponding to the table, but needs to be determined by the partition directory structure. Different keyGenerators correspond to different partition directory structures. The first-level partition directory uses path=.../table/*/*, the secondary partition directory path=../table/*/*/*
> so it is troublesome to let the user specify the data path, the user only needs to specify the tablePath:  .../table



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