Class: Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/connection/v1/connection.rb
Overview
Configuration of the Spark History Server.
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 connection.
Example:
projects/[project_id]/regions/[region]/clusters/[cluster_name]
.
380 381 382 383 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 380 class SparkHistoryServerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |