Reference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class HiveMetastoreConfig.
Specifies configuration information specific to running Hive metastore software as the metastore service.
Generated from protobuf message google.cloud.metastore.v1beta.HiveMetastoreConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ version |
string
Immutable. The Hive metastore schema version. |
↳ config_overrides |
array|Google\Protobuf\Internal\MapField
A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in |
↳ kerberos_config |
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 |
↳ endpoint_protocol |
int
The protocol to use for the metastore service endpoint. If unspecified, defaults to |
↳ auxiliary_versions |
array|Google\Protobuf\Internal\MapField
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. |
getVersion
Immutable. The Hive metastore schema version.
Generated from protobuf field string version = 1 [(.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
string |
setVersion
Immutable. The Hive metastore schema version.
Generated from protobuf field string version = 1 [(.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getConfigOverrides
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
.
Generated from protobuf field map<string, string> config_overrides = 2;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setConfigOverrides
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
.
Generated from protobuf field map<string, string> config_overrides = 2;
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getKerberosConfig
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
.
Generated from protobuf field .google.cloud.metastore.v1beta.KerberosConfig kerberos_config = 3;
Returns | |
---|---|
Type | Description |
Google\Cloud\Metastore\V1beta\KerberosConfig|null |
hasKerberosConfig
clearKerberosConfig
setKerberosConfig
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
.
Generated from protobuf field .google.cloud.metastore.v1beta.KerberosConfig kerberos_config = 3;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Metastore\V1beta\KerberosConfig
|
Returns | |
---|---|
Type | Description |
$this |
getEndpointProtocol
The protocol to use for the metastore service endpoint. If unspecified,
defaults to THRIFT
.
Generated from protobuf field .google.cloud.metastore.v1beta.HiveMetastoreConfig.EndpointProtocol endpoint_protocol = 4;
Returns | |
---|---|
Type | Description |
int |
setEndpointProtocol
The protocol to use for the metastore service endpoint. If unspecified,
defaults to THRIFT
.
Generated from protobuf field .google.cloud.metastore.v1beta.HiveMetastoreConfig.EndpointProtocol endpoint_protocol = 4;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getAuxiliaryVersions
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.
Generated from protobuf field map<string, .google.cloud.metastore.v1beta.AuxiliaryVersionConfig> auxiliary_versions = 5;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setAuxiliaryVersions
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.
Generated from protobuf field map<string, .google.cloud.metastore.v1beta.AuxiliaryVersionConfig> auxiliary_versions = 5;
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |