MetastoreServiceHiveMetastoreConfigArgs

data class MetastoreServiceHiveMetastoreConfigArgs(val auxiliaryVersions: Output<List<MetastoreServiceHiveMetastoreConfigAuxiliaryVersionArgs>>? = null, val configOverrides: Output<Map<String, String>>? = null, val endpointProtocol: Output<String>? = null, val kerberosConfig: Output<MetastoreServiceHiveMetastoreConfigKerberosConfigArgs>? = null, val version: Output<String>) : ConvertibleToJava<MetastoreServiceHiveMetastoreConfigArgs>

Constructors

Link copied to clipboard
constructor(auxiliaryVersions: Output<List<MetastoreServiceHiveMetastoreConfigAuxiliaryVersionArgs>>? = null, configOverrides: Output<Map<String, String>>? = null, endpointProtocol: Output<String>? = null, kerberosConfig: Output<MetastoreServiceHiveMetastoreConfigKerberosConfigArgs>? = null, version: Output<String>)

Properties

Link copied to clipboard
val configOverrides: Output<Map<String, String>>? = null

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
val endpointProtocol: Output<String>? = null
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
val version: Output<String>

The Hive metastore schema version.

Functions

Link copied to clipboard
open override fun toJava(): MetastoreServiceHiveMetastoreConfigArgs