You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/05/19 07:59:08 UTC

[GitHub] [iceberg] pvary commented on issue #2607: Allow pass through of catalog options to the Hadoop configuration

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org