SparkMetastoreSpec interface

The metastore specification for Spark cluster.

Properties

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

dbName

The database name.

dbPasswordSecretName

The secret name which contains the database user password.

dbServerHost

The database server host.

dbUserName

The database user name.

keyVaultId

The key vault resource id.

thriftUrl

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