SparkMetastoreSpecResponse

data class SparkMetastoreSpecResponse(val dbConnectionAuthenticationMode: String? = null, val dbName: String, val dbPasswordSecretName: String? = null, val dbServerHost: String, val dbUserName: String? = null, val keyVaultId: String? = null, val thriftUrl: String? = null)

The metastore specification for Spark cluster.

Constructors

Link copied to clipboard
constructor(dbConnectionAuthenticationMode: String? = null, dbName: String, dbPasswordSecretName: String? = null, dbServerHost: String, dbUserName: String? = null, keyVaultId: String? = null, thriftUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The database name.

Link copied to clipboard

The secret name which contains the database user password.

Link copied to clipboard

The database server host.

Link copied to clipboard
val dbUserName: String? = null

The database user name.

Link copied to clipboard
val keyVaultId: String? = null

The key vault resource id.

Link copied to clipboard
val thriftUrl: String? = null

The thrift url.