Class: Google::Cloud::Dataproc::V1::SparkHistoryServerConfig

Inherits:
Object
  • Object
show all
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

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].

Returns:

  • (::String)

    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]


133
134
135
136
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 133

class SparkHistoryServerConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end