[
https://issues.apache.org/jira/browse/HUDI-5470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xianghu Wang updated HUDI-5470:
-------------------------------
Description:
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
```
was:
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 we can those props can
locate in different path
> 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
> Fix For: 0.13.0
>
>
> 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)