Dataproc Metastore V1beta API - Class Google::Cloud::Metastore::V1beta::HiveMetastoreConfig (v0.13.0)

Reference documentation and code samples for the Dataproc Metastore V1beta API class Google::Cloud::Metastore::V1beta::HiveMetastoreConfig.

Specifies configuration information specific to running Hive metastore software as the metastore service.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#auxiliary_versions

def auxiliary_versions() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Metastore::V1beta::AuxiliaryVersionConfig}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Metastore::V1beta::AuxiliaryVersionConfig}) — 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.

#auxiliary_versions=

def auxiliary_versions=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Metastore::V1beta::AuxiliaryVersionConfig}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::Metastore::V1beta::AuxiliaryVersionConfig}) — 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.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Metastore::V1beta::AuxiliaryVersionConfig}) — 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.

#config_overrides

def config_overrides() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — 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). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.

#config_overrides=

def config_overrides=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — 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). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — 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). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.

#endpoint_protocol

def endpoint_protocol() -> ::Google::Cloud::Metastore::V1beta::HiveMetastoreConfig::EndpointProtocol
Returns

#endpoint_protocol=

def endpoint_protocol=(value) -> ::Google::Cloud::Metastore::V1beta::HiveMetastoreConfig::EndpointProtocol
Parameter
Returns

#kerberos_config

def kerberos_config() -> ::Google::Cloud::Metastore::V1beta::KerberosConfig
Returns
  • (::Google::Cloud::Metastore::V1beta::KerberosConfig) — Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.

#kerberos_config=

def kerberos_config=(value) -> ::Google::Cloud::Metastore::V1beta::KerberosConfig
Parameter
  • value (::Google::Cloud::Metastore::V1beta::KerberosConfig) — Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.
Returns
  • (::Google::Cloud::Metastore::V1beta::KerberosConfig) — Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the UpdateService method and specify this field's path (hive_metastore_config.kerberos_config) in the request's update_mask while omitting this field from the request's service.

#version

def version() -> ::String
Returns
  • (::String) — Immutable. The Hive metastore schema version.

#version=

def version=(value) -> ::String
Parameter
  • value (::String) — Immutable. The Hive metastore schema version.
Returns
  • (::String) — Immutable. The Hive metastore schema version.