BigQuery Connection V1 API - Class Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig (v0.18.0)

Reference documentation and code samples for the BigQuery Connection V1 API class Google::Cloud::Bigquery::Connection::V1::SparkHistoryServerConfig.

Configuration of the Spark History Server.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataproc_cluster

def dataproc_cluster() -> ::String
Returns
  • (::String) —

    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]

#dataproc_cluster=

def dataproc_cluster=(value) -> ::String
Parameter
  • value (::String) —

    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]
Returns
  • (::String) —

    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]