View Source GoogleApi.Metastore.V1.Model.AuxiliaryVersionConfig (google_api_metastore v0.11.0)
Configuration information for the auxiliary service versions.
Attributes
-
configOverrides
(type:map()
, default:nil
) - 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. -
networkConfig
(type:GoogleApi.Metastore.V1.Model.NetworkConfig.t
, default:nil
) - Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service. -
version
(type:String.t
, default:nil
) - The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Metastore.V1.Model.AuxiliaryVersionConfig{ configOverrides: map() | nil, networkConfig: GoogleApi.Metastore.V1.Model.NetworkConfig.t() | nil, version: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.