Skip to content

Commit 38d9c2c

Browse files
committed
Hive: Kerberos support
1 parent 709339a commit 38d9c2c

File tree

5 files changed

+2313
-626
lines changed

5 files changed

+2313
-626
lines changed

mkdocs/docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,9 @@ catalog:
394394
catalog:
395395
default:
396396
uri: thrift://localhost:9083
397-
hive.hive2-compatible: true
398-
hive.kerberos-authentication: true
399397
s3.endpoint: http://localhost:9000
398+
s3.access-key-id: admin
399+
s3.secret-access-key: password
400400
```
401401

402402
| Key | Example | Description |

mkdocs/docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ pip install "pyiceberg[s3fs,hive]"
4040

4141
You can mix and match optional dependencies depending on your needs:
4242

43-
4443
| Key | Description: |
4544
|---------------|---------------------------------------------------------------------------|
4645
| hive | Support for the Hive metastore |

0 commit comments

Comments
 (0)