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
…ark connector (apache#5952)
### What changes were proposed in this pull request?
1. Most code work is implemented in apache#5938apache#5737 including catalog
properties convert and add Iceberg azure bundle jar, this PR mainly
about test and document.
2. Remove hidden properties of the cloud secret key from the Iceberg
catalog, as Gravitino doesn't have an unified security management yet
and Iceberg REST server need to fetch catalog cloud properties to
initiate `IcebergWrapper` dymaticly. Another benefit is spark connector
does not need to specify the secret key explictly.
Supports ADLS for Iceberg catalog and spark connector
### Why are the changes needed?
Fix: apache#5954
### Does this PR introduce _any_ user-facing change?
Yes, the user no need to specify the cloud secret key in spark
connector.
### How was this patch tested?
test in local enviroment
What would you like to be improved?
Support ADLS storage for Gravitino Iceberg catalog and Spark connector
How should we improve?
add ADLS storage support
The text was updated successfully, but these errors were encountered: