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
i am trying to use reset URL for ADLS and multiple storage container from connector config but i am unable to override the CATALOG_WAREHOUSE env from iceberg-rest.
"iceberg.catalog.warehouse": "abfss://[email protected]/warehouse", is not taking any action change from connector config and aways going with default from the rest.
could you please help on this configuration ?
"iceberg.catalog.io-impl": "org.apache.iceberg.azure.adlsv2.ADLSFileIO" works fine from connector config
The text was updated successfully, but these errors were encountered:
Despite specifying iceberg.catalog.warehouse=s3a://some-bucket/, it doesn't seem to override the default S3 bucket, and the configuration is still taking the default value from the Hive service.
Has anyone found a solution to this problem, or is there something we might be missing?
i am trying to use reset URL for ADLS and multiple storage container from connector config but i am unable to override the CATALOG_WAREHOUSE env from iceberg-rest.
"iceberg.catalog.warehouse": "abfss://[email protected]/warehouse", is not taking any action change from connector config and aways going with default from the rest.
could you please help on this configuration ?
"iceberg.catalog.io-impl": "org.apache.iceberg.azure.adlsv2.ADLSFileIO" works fine from connector config
The text was updated successfully, but these errors were encountered: