Re: [I] using pyiceberg with kerberized hive metastore [iceberg-python]

2025-05-04 Thread via GitHub
dev-sajal commented on issue #135: URL: https://github.com/apache/iceberg-python/issues/135#issuecomment-2849330465 Hey, just checking if someone was able to use it still? I am unable to access metastore yet, facing the same issue as the initial thread. -- This is an automated message fro

Re: [I] using pyiceberg with kerberized hive metastore [iceberg-python]

2025-02-12 Thread via GitHub
kevinjqliu commented on issue #135: URL: https://github.com/apache/iceberg-python/issues/135#issuecomment-2654706545 hey folks, #1634 added supports for kerberize hive metastore. Please check it out and let us know if there's any issues -- This is an automated message from the Apache Git

Re: [I] using pyiceberg with kerberized hive metastore [iceberg-python]

2024-09-25 Thread via GitHub
kevinjqliu closed issue #135: using pyiceberg with kerberized hive metastore URL: https://github.com/apache/iceberg-python/issues/135 -- 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 comm

Re: [I] using pyiceberg with kerberized hive metastore [iceberg-python]

2024-05-17 Thread via GitHub
awdavidson commented on issue #135: URL: https://github.com/apache/iceberg-python/issues/135#issuecomment-2117766048 It also looks like the hive catalogs configuration does not support HA HMS. This configuration `uri: thrift://master1.url:9083,thrift://master2.url:9083` throws a Value

Re: [I] using pyiceberg with kerberized hive metastore [iceberg-python]

2024-02-20 Thread via GitHub
wuxiaocheng0506 commented on issue #135: URL: https://github.com/apache/iceberg-python/issues/135#issuecomment-1953690548 Hello, any update? We also need kerberos support. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [I] using pyiceberg with kerberized hive metastore [iceberg-python]

2024-01-19 Thread via GitHub
Ohadkaiser commented on issue #135: URL: https://github.com/apache/iceberg-python/issues/135#issuecomment-1900508161 Hi! Was there any changes to this issue in the last months? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [I] using pyiceberg with kerberized hive metastore [iceberg-python]

2023-11-09 Thread via GitHub
Fokko commented on issue #135: URL: https://github.com/apache/iceberg-python/issues/135#issuecomment-1803417762 Hey @saidixith002 this is currently not supported, but can be added. I see some Kerberos references in `ThriftHiveMetastore.py`, such as `get_delegation_token` and `send_get_deleg

[I] using pyiceberg with kerberized hive metastore [iceberg-python]

2023-11-08 Thread via GitHub
saidixith002 opened a new issue, #135: URL: https://github.com/apache/iceberg-python/issues/135 ### Question Hi, Can anyone share examples of using pyiceberg with a kerberized hive metastore? ``` raise TTransportException(type=TTransportException.END_OF_FILE, thrift.tr