MetastoreServiceHiveMetastoreConfigAuxiliaryVersion

data class MetastoreServiceHiveMetastoreConfigAuxiliaryVersion(val configOverrides: Map<String, String>? = null, val key: String, val version: String)

Constructors

constructor(configOverrides: Map<String, String>? = null, key: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.

Link copied to clipboard
val key: String

The identifier for this object. Format specified above.

Link copied to clipboard

The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.