Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class HiveMetastoreConfig.
Specifies configuration information specific to running Hive metastore software as the metastore service.
Generated from protobuf message google.cloud.metastore.v1.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\V1\KerberosConfig
Information used to configure the Hive metastore service as a service principal in a Kerberos realm. To disable Kerberos, use the |
getVersion
Immutable. The Hive metastore schema version.
Returns | |
---|---|
Type | Description |
string |
setVersion
Immutable. The Hive metastore schema version.
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
.
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
.
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
.
Returns | |
---|---|
Type | Description |
Google\Cloud\Metastore\V1\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
.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Metastore\V1\KerberosConfig
|
Returns | |
---|---|
Type | Description |
$this |