Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::PeripheralsConfig.
Auxiliary services configuration for a workload.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#metastore_service
def metastore_service() -> ::String
Returns
-
(::String) —
Optional. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[region]/services/[service_id]
#metastore_service=
def metastore_service=(value) -> ::String
Parameter
-
value (::String) —
Optional. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[region]/services/[service_id]
Returns
-
(::String) —
Optional. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[region]/services/[service_id]
#spark_history_server_config
def spark_history_server_config() -> ::Google::Cloud::Dataproc::V1::SparkHistoryServerConfig
Returns
- (::Google::Cloud::Dataproc::V1::SparkHistoryServerConfig) — Optional. The Spark History Server configuration for the workload.
#spark_history_server_config=
def spark_history_server_config=(value) -> ::Google::Cloud::Dataproc::V1::SparkHistoryServerConfig
Parameter
- value (::Google::Cloud::Dataproc::V1::SparkHistoryServerConfig) — Optional. The Spark History Server configuration for the workload.
Returns
- (::Google::Cloud::Dataproc::V1::SparkHistoryServerConfig) — Optional. The Spark History Server configuration for the workload.