apache / hudi

Upserts, Deletes And Incremental Processing on Big Data.
https://hudi.apache.org/
Apache License 2.0
5.45k stars 2.42k forks source link

[HUDI-8541] Change to relative paths for the index defs json #12309

Open lokeshj1703 opened 11 hours ago

lokeshj1703 commented 11 hours ago

Change Logs

We cannot have absolute paths here. lets make them relative, so copy works.

hoodie.table.index.defs.path=file\:/tmp/hudi_test_table/.hoodie/.index_defs/index.json

PR changes the corresponding config and makes it relative instead.

After PR -

hoodie.table.index.defs.path=.hoodie/.index_defs/index.json

Impact

NA

Risk level (write none, low medium or high below)

low

Documentation Update

NA

Contributor's checklist

hudi-bot commented 10 hours ago

CI report:

Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run the last Azure build