Skip to content

Commit 2b9f9e2

Browse files
authored
doc: add ugi back to Hive config (#2188)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change [`ugi` is a Hive Catalog property](https://github.com/apache/iceberg-python/blob/e33cf5ac1adf47131d4992bdb686f0e58f4e4669/pyiceberg/catalog/hive.py#L322-L327). It was accidentally added to the REST catalog section in 5209874#diff-497e037708cc64870c6ba9372f6064a69ca1e74d65d6195dcee5a44851e8b47dR151 #2175 removed it from the REST catalog section. This PR adds `ugi` back to the Hive Catalog section <img width="666" alt="Screenshot 2025-07-08 at 7 48 41 AM" src="https://github.com/user-attachments/assets/42247bae-4dfd-4688-b4d5-a33bd94d686b" /> # Are these changes tested? # Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent e33cf5a commit 2b9f9e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mkdocs/docs/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ catalog:
515515
| hive.hive2-compatible | true | Using Hive 2.x compatibility mode |
516516
| hive.kerberos-authentication | true | Using authentication via Kerberos |
517517
| hive.kerberos-service-name | hive | Kerberos service name (default hive) |
518+
| ugi | t-1234:secret | Hadoop UGI for Hive client. |
518519

519520
When using Hive 2.x, make sure to set the compatibility flag:
520521

0 commit comments

Comments
 (0)