-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#445] feat(lakehouse-iceberg): support load HDFS config files for Ic…
…eberg REST server (#468) ### What changes were proposed in this pull request? support load HDFS config files for Iceberg REST server, support multiple classpath for `graviton.auxService.iceberg-rest.classpath`, such as `catalogs/lakehouse-iceberg/libs, catalogs/lakehouse-iceberg/conf` ### Why are the changes needed? HDFS configs are complicated, we should put `core-site.xml` and `hdfs-site.xml` to the classpath Fix: #445 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? 1. setup local HDFS cluster. 2. start the graviton server with HDFS config files.
- Loading branch information
Showing
5 changed files
with
25 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters