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 2022/11/24 14:46:36 UTC

[GitHub] [iceberg] brysd commented on issue #6229: using pyiceberg with kerberized hive metastore

brysd commented on issue #6229:
URL: https://github.com/apache/iceberg/issues/6229#issuecomment-1326546893

   same issue here: 
   
   ```python
   from pyiceberg.catalog import load_catalog
   
   database = "mydatabase"
   table = "mytable"
   
   catalog = load_catalog("default")
   table = catalog.load_table((database, table))
   schema = table.schema
   print(schema)
   ```
   
   returns exactly the same error as mentioned above by @metalshanked 
   
   pyiceberg configuration (.pyiceberg.yaml):
   
   ```yaml
   catalog:
     default:
       uri: thrift://master1.url:9083,thrift://master2.url:9083
   
   ```
   
   our Cloudera environment is also fully kerberized.
   
   Can we set additional logging settings to see more details in the DEBUG level to find the root cause?


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

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