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.
Implements
IMessageSparkHistoryServerConfig, IEquatableSparkHistoryServerConfig, IDeepCloneableSparkHistoryServerConfig, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataprocV1Assembly
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 |