Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2025-02-12 Thread via GitHub
kevinjqliu closed pull request #766: Implement Kerberos authentication support for Hive Catalog URL: https://github.com/apache/iceberg-python/pull/766 -- 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

Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2025-02-12 Thread via GitHub
kevinjqliu commented on PR #766: URL: https://github.com/apache/iceberg-python/pull/766#issuecomment-2654704906 THanks @yothinix for the contribution, this is merged at #1634 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2025-02-10 Thread via GitHub
Fokko commented on code in PR #766: URL: https://github.com/apache/iceberg-python/pull/766#discussion_r1948746839 ## pyiceberg/catalog/hive.py: ## @@ -138,17 +141,34 @@ class _HiveClient: _client: Client _ugi: Optional[List[str]] -def __init__(self, uri: str, ugi

Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2025-01-31 Thread via GitHub
kevinjqliu commented on PR #766: URL: https://github.com/apache/iceberg-python/pull/766#issuecomment-2628602907 hi @yothinix thanks for the contribution. Would love like to address the comment above? Would be great to have this as part of the 0.9.0 release -- This is an automated message

Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2024-10-24 Thread via GitHub
uniqueinput commented on PR #766: URL: https://github.com/apache/iceberg-python/pull/766#issuecomment-2436364333 It would be really great if this could make it into 0.8. :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2024-09-01 Thread via GitHub
kevinjqliu commented on code in PR #766: URL: https://github.com/apache/iceberg-python/pull/766#discussion_r1740136965 ## mkdocs/docs/configuration.md: ## @@ -268,19 +268,15 @@ catalog: catalog: default: uri: thrift://localhost:9083 +hive.hive2-compatible: true +

Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2024-08-16 Thread via GitHub
yothinix commented on PR #766: URL: https://github.com/apache/iceberg-python/pull/766#issuecomment-2294533715 Hi @kevinjqliu Thank you for look into this PR, I just rebased the PR branch to latest main branch as requested. -- This is an automated message from the Apache Git Service. To re

Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2024-08-09 Thread via GitHub
kevinjqliu commented on PR #766: URL: https://github.com/apache/iceberg-python/pull/766#issuecomment-2278296348 Hi @yothinix do you mind rebasing with main? I think this is very close to being merged, I can work with you to get it through. -- This is an automated message from the Apa

Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2024-06-11 Thread via GitHub
yothinix commented on PR #766: URL: https://github.com/apache/iceberg-python/pull/766#issuecomment-2160907957 Hi @Fokko I added new change as commented, could you help review it again Also, As I tested more on HMS behind Kerberize we found out that it's required the thrift client to b

Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2024-06-11 Thread via GitHub
yothinix commented on code in PR #766: URL: https://github.com/apache/iceberg-python/pull/766#discussion_r1634984001 ## mkdocs/docs/configuration.md: ## @@ -228,19 +228,19 @@ catalog: catalog: default: uri: thrift://localhost:9083 -s3.endpoint: http://localhost:9000

Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2024-06-11 Thread via GitHub
yothinix commented on code in PR #766: URL: https://github.com/apache/iceberg-python/pull/766#discussion_r163498 ## mkdocs/docs/configuration.md: ## @@ -228,19 +228,19 @@ catalog: catalog: default: uri: thrift://localhost:9083 -s3.endpoint: http://localhost:9000

Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2024-06-11 Thread via GitHub
yothinix commented on code in PR #766: URL: https://github.com/apache/iceberg-python/pull/766#discussion_r1634979621 ## mkdocs/docs/configuration.md: ## @@ -228,19 +228,19 @@ catalog: catalog: default: uri: thrift://localhost:9083 -s3.endpoint: http://localhost:9000

Re: [PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2024-06-09 Thread via GitHub
Fokko commented on code in PR #766: URL: https://github.com/apache/iceberg-python/pull/766#discussion_r1632564486 ## mkdocs/docs/configuration.md: ## @@ -228,19 +228,19 @@ catalog: catalog: default: uri: thrift://localhost:9083 -s3.endpoint: http://localhost:9000 -

[PR] Implement Kerberos authentication support for Hive Catalog [iceberg-python]

2024-05-24 Thread via GitHub
yothinix opened a new pull request, #766: URL: https://github.com/apache/iceberg-python/pull/766 ## Change proposed - Introduce support for HMS behind kerberize environment, to enable this feature we need to add catalog config `hive.use-kerberos=true` Related to #135 -- This is