FlinkHiveCatalogOption interface
Hive Catalog Option for Flink cluster.
Properties
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. |
Property Details
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
Azure SDK for JavaScript