MetastoreServiceHiveMetastoreConfig

data class MetastoreServiceHiveMetastoreConfig(val auxiliaryVersions: List<MetastoreServiceHiveMetastoreConfigAuxiliaryVersion>? = null, val configOverrides: Map<String, String>? = null, val endpointProtocol: String? = null, val kerberosConfig: MetastoreServiceHiveMetastoreConfigKerberosConfig? = null, val version: String)

Constructors

Link copied to clipboard
constructor(auxiliaryVersions: List<MetastoreServiceHiveMetastoreConfigAuxiliaryVersion>? = null, configOverrides: Map<String, String>? = null, endpointProtocol: String? = null, kerberosConfig: MetastoreServiceHiveMetastoreConfigKerberosConfig? = null, 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 Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden)

Link copied to clipboard
Link copied to clipboard

Information used to configure the Hive metastore service as a service principal in a Kerberos realm. Structure is documented below.

Link copied to clipboard

The Hive metastore schema version.