You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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.
Describe the subtask
as IcebergCatalog directly writes TableMetaData to HDFS, we need to add HDFS configuration files to graviton Server
Parent issue
#321
The text was updated successfully, but these errors were encountered: