Reference documentation and code samples for the Google Cloud Dataproc V1 Client class AuxiliaryServicesConfig.
Auxiliary services configuration for a Cluster.
Generated from protobuf message google.cloud.dataproc.v1.AuxiliaryServicesConfig
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ metastore_config |
MetastoreConfig
Optional. The Hive Metastore configuration for this workload. |
↳ spark_history_server_config |
SparkHistoryServerConfig
Optional. The Spark History Server configuration for the workload. |
getMetastoreConfig
Optional. The Hive Metastore configuration for this workload.
Returns | |
---|---|
Type | Description |
MetastoreConfig|null |
hasMetastoreConfig
clearMetastoreConfig
setMetastoreConfig
Optional. The Hive Metastore configuration for this workload.
Parameter | |
---|---|
Name | Description |
var |
MetastoreConfig
|
Returns | |
---|---|
Type | Description |
$this |
getSparkHistoryServerConfig
Optional. The Spark History Server configuration for the workload.
Returns | |
---|---|
Type | Description |
SparkHistoryServerConfig|null |
hasSparkHistoryServerConfig
clearSparkHistoryServerConfig
setSparkHistoryServerConfig
Optional. The Spark History Server configuration for the workload.
Parameter | |
---|---|
Name | Description |
var |
SparkHistoryServerConfig
|
Returns | |
---|---|
Type | Description |
$this |