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

A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen. Structure is documented below.

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

The protocol to use for the metastore service endpoint. If unspecified, defaults to THRIFT. Default value is THRIFT. Possible values are: THRIFT, GRPC.

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