Metastore Service Hive Metastore Config
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
fun MetastoreServiceHiveMetastoreConfig(auxiliaryVersions: List<MetastoreServiceHiveMetastoreConfigAuxiliaryVersion>? = null, configOverrides: Map<String, String>? = null, endpointProtocol: String? = null, kerberosConfig: MetastoreServiceHiveMetastoreConfigKerberosConfig? = null, version: String)