Metastore Service Hive Metastore Config Args
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 auxiliaryVersions: Output<List<MetastoreServiceHiveMetastoreConfigAuxiliaryVersionArgs>>? = null
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.