public sealed class SparkHistoryServerConfig : IMessage<SparkHistoryServerConfig>, IEquatable<SparkHistoryServerConfig>, IDeepCloneable<SparkHistoryServerConfig>, IBufferMessage, IMessageSpark History Server configuration for the workload.
Implements
IMessage<SparkHistoryServerConfig>, IEquatable<SparkHistoryServerConfig>, IDeepCloneable<SparkHistoryServerConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
SparkHistoryServerConfig()
public SparkHistoryServerConfig()SparkHistoryServerConfig(SparkHistoryServerConfig)
public SparkHistoryServerConfig(SparkHistoryServerConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
SparkHistoryServerConfig |
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 | |
|---|---|
| Type | Description |
String |
|