HiveCatalogOption interface
Hive Catalog Option
Properties
catalog |
Name of trino catalog which should use specified hive metastore. |
metastore |
The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization |
metastore |
Secret reference name from secretsProfile.secrets containing password for database connection. |
metastore |
Connection string for hive metastore database. |
metastore |
User name for database connection. |
metastore |
Metastore root directory URI, format: abfs[s]://@<account_name>.dfs.core.windows.net/. More details: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri |
Property Details
catalogName
Name of trino catalog which should use specified hive metastore.
catalogName: string
Property Value
string
metastoreDbConnectionAuthenticationMode
The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
metastoreDbConnectionAuthenticationMode?: string
Property Value
string
metastoreDbConnectionPasswordSecret
Secret reference name from secretsProfile.secrets containing password for database connection.
metastoreDbConnectionPasswordSecret?: string
Property Value
string
metastoreDbConnectionURL
Connection string for hive metastore database.
metastoreDbConnectionURL: string
Property Value
string
metastoreDbConnectionUserName
User name for database connection.
metastoreDbConnectionUserName?: string
Property Value
string
metastoreWarehouseDir
Metastore root directory URI, format: abfs[s]://@<account_name>.dfs.core.windows.net/. More details: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri
metastoreWarehouseDir: string
Property Value
string
Azure SDK for JavaScript