pvary commented on issue #2607: URL: https://github.com/apache/iceberg/issues/2607#issuecomment-843847799
@RussellSpitzer: Do I understand correctly that the proposed solution would be to copy the catalog specific configurations to the HiveConf when trying to access the underlying Iceberg table? So for example: ``` iceberg.catalog.catalog_in_different_authority.config_to_push.hive.metastore.connect.retries=3 iceberg.catalog.catalog_in_different_authority.config_to_push.hive.metastore.kerberos.principal=aaa iceberg.catalog.catalog_in_different_authority.config_to_push.hive.metastore.sasl.enabled=true ``` Should be pushed to the HiveConf used to connect to metastore, like: ``` hive.metastore.connect.retries=3 hive.metastore.kerberos.principal=aaa hive.metastore.sasl.enabled=true ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
