BigQuery Connection v1 API - Class SparkHistoryServerConfig (2.6.0)

public sealed class SparkHistoryServerConfig : IMessage<SparkHistoryServerConfig>, IEquatable<SparkHistoryServerConfig>, IDeepCloneable<SparkHistoryServerConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Connection v1 API class SparkHistoryServerConfig.

Configuration of the Spark History Server.

Inheritance

object > SparkHistoryServerConfig

Namespace

Google.Cloud.BigQuery.Connection.V1

Assembly

Google.Cloud.BigQuery.Connection.V1.dll

Constructors

SparkHistoryServerConfig()

public SparkHistoryServerConfig()

SparkHistoryServerConfig(SparkHistoryServerConfig)

public SparkHistoryServerConfig(SparkHistoryServerConfig other)
Parameter
NameDescription
otherSparkHistoryServerConfig

Properties

DataprocCluster

public string DataprocCluster { get; set; }

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]
Property Value
TypeDescription
string

DataprocClusterAsClusterName

public ClusterName DataprocClusterAsClusterName { get; set; }

ClusterName-typed view over the DataprocCluster resource name property.

Property Value
TypeDescription
ClusterName