You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Xianghu Wang (Jira)" <ji...@apache.org> on 2023/03/29 18:06:00 UTC

[jira] [Closed] (HUDI-5470) DFSPropertiesConfiguration support read include confs from diferenet DFS path

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

Xianghu Wang closed HUDI-5470.
------------------------------
    Resolution: Abandoned

> DFSPropertiesConfiguration support read include confs from diferenet DFS path
> -----------------------------------------------------------------------------
>
>                 Key: HUDI-5470
>                 URL: https://issues.apache.org/jira/browse/HUDI-5470
>             Project: Apache Hudi
>          Issue Type: Task
>          Components: deltastreamer
>            Reporter: Xianghu Wang
>            Assignee: Xianghu Wang
>            Priority: Major
>
> For now, if set `include=xxx.properties` in our props file, we have to make sure these two props files are in the same path.
> This patch removes the above restrictions,that means those props can locate in different path
> ```
> s3://hudi_bucket/confs/delta.properties
> include=s3://hudi_bucket/confs/common/base.properties
> ```
>  
>  



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