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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to