Class: Google::Cloud::Dataproc::V1::SparkHistoryServerConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::SparkHistoryServerConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/shared.rb
Overview
Spark History Server configuration for the workload.
Instance Attribute Summary collapse
-
#dataproc_cluster ⇒ ::String
Optional.
Instance Attribute Details
#dataproc_cluster ⇒ ::String
Returns Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.
Example:
projects/[project_id]/regions/[region]/clusters/[cluster_name]
.
140 141 142 143 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 140 class SparkHistoryServerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |