SparkMetastoreSpec interface
The metastore specification for Spark cluster.
Properties
db |
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 |
db |
The database name. |
db |
The secret name which contains the database user password. |
db |
The database server host. |
db |
The database user name. |
key |
The key vault resource id. |
thrift |
The thrift url. |
Property Details
dbConnectionAuthenticationMode
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
dbConnectionAuthenticationMode?: string
Property Value
string
dbName
The database name.
dbName: string
Property Value
string
dbPasswordSecretName
The secret name which contains the database user password.
dbPasswordSecretName?: string
Property Value
string
dbServerHost
The database server host.
dbServerHost: string
Property Value
string
dbUserName
The database user name.
dbUserName?: string
Property Value
string
keyVaultId
The key vault resource id.
keyVaultId?: string
Property Value
string
thriftUrl
The thrift url.
thriftUrl?: string
Property Value
string
Azure SDK for JavaScript