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 - s3.access-key-id: admin - s3.secret-access-key: password + hive: + hive2-compatible: true + use-kerberos: true ``` -When using Hive 2.x, make sure to set the compatibility flag: +<!-- markdown-link-check-disable --> -```yaml -catalog: - default: -... - hive.hive2-compatible: true -``` +| Key | Example | Description | +| --------------------- | ------- | --------------------------------- | +| hive.hive2-compatible | true | Using Hive 2.x compatibility mode | +| hive.use-kerberos | true | Using authentication via Kerberos | Review Comment: That's better name! I will changed the key to `kerberos-authorization` then -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org