MINOR: Fix hive yaml docs (#14842)

This commit is contained in:
Mayur Singal 2024-01-25 15:35:33 +05:30 committed by GitHub
parent 20605cf7c7
commit 59d97357c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

@ -181,7 +181,8 @@ source:
# metastoreConnection:
# type: Mysql
# username: <username>
# password: <password>
# authType:
# password: <password>
# hostPort: <hostPort>
# databaseSchema: metastore
@ -191,7 +192,8 @@ source:
# metastoreConnection:
# type: Postgres
# username: <username>
# password: <password>
# authType:
# password: <password>
# hostPort: <hostPort>
# database: metastore
```

View File

@ -181,7 +181,8 @@ source:
# metastoreConnection:
# type: Mysql
# username: <username>
# password: <password>
# authType:
# password: <password>
# hostPort: <hostPort>
# databaseSchema: metastore
@ -191,7 +192,8 @@ source:
# metastoreConnection:
# type: Postgres
# username: <username>
# password: <password>
# authType:
# password: <password>
# hostPort: <hostPort>
# database: metastore
```