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/20 02:02:45 UTC

[GitHub] [iceberg] metalshanked opened a new issue, #6229: using pyiceberg with kerberized hive metastore

metalshanked opened a new issue, #6229:
URL: https://github.com/apache/iceberg/issues/6229

   Hi, 
   Can anyone share examples of using pyiceberg with a kerberized hive metastore?
   Trying for Windows but a Linux example would do as well.
   
   ```
   raise TTransportException(type=TTransportException.END_OF_FILE,
   thrift.transport.TTransport.TTransportException: TSocket read 0 bytes
   ```
   
   Thanks!


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


[GitHub] [iceberg] github-actions[bot] commented on issue #6229: using pyiceberg with kerberized hive metastore

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #6229:
URL: https://github.com/apache/iceberg/issues/6229#issuecomment-1560279356

   This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.


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


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

Posted by GitBox <gi...@apache.org>.
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


[GitHub] [iceberg] github-actions[bot] closed issue #6229: using pyiceberg with kerberized hive metastore

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #6229: using pyiceberg with kerberized hive metastore
URL: https://github.com/apache/iceberg/issues/6229


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


[GitHub] [iceberg] github-actions[bot] commented on issue #6229: using pyiceberg with kerberized hive metastore

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #6229:
URL: https://github.com/apache/iceberg/issues/6229#issuecomment-1585298522

   This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'


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