Reference documentation and code samples for the Dataproc Metastore V1 API class Google::Cloud::Metastore::V1::AuxiliaryVersionConfig.
Configuration information for the auxiliary service versions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#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
auxiliary Hive metastore (configured in
hive-site.xml
) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
#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
auxiliary Hive metastore (configured in
hive-site.xml
) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — A mapping of Hive metastore configuration key-value pairs to apply to the
auxiliary Hive metastore (configured in
hive-site.xml
) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
#network_config
def network_config() -> ::Google::Cloud::Metastore::V1::NetworkConfig
Returns
- (::Google::Cloud::Metastore::V1::NetworkConfig) — Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
#version
def version() -> ::String
Returns
- (::String) — The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
#version=
def version=(value) -> ::String
Parameter
- value (::String) — The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
Returns
- (::String) — The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.