Google Cloud Dataproc v1 API - Class SparkHistoryServerConfig (5.10.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class SparkHistoryServerConfig.

Spark History Server configuration for the workload.

Inheritance

object > SparkHistoryServerConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.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 workload.

Example:

  • projects/[project_id]/regions/[region]/clusters/[cluster_name]
Property Value
TypeDescription
string