public sealed class SparkHistoryServerConfig : IMessage<SparkHistoryServerConfig>, IEquatable<SparkHistoryServerConfig>, IDeepCloneable<SparkHistoryServerConfig>, IBufferMessage, IMessageReference documentation and code samples for the BigQuery Connection v1 API class SparkHistoryServerConfig.
Configuration of the Spark History Server.
Implements
IMessageSparkHistoryServerConfig, IEquatableSparkHistoryServerConfig, IDeepCloneableSparkHistoryServerConfig, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.ConnectionV1Assembly
Google.Cloud.BigQuery.Connection.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 connection.
Example:
projects/[project_id]/regions/[region]/clusters/[cluster_name]
| Property Value | |
|---|---|
| Type | Description |
string |
|
DataprocClusterAsClusterName
public ClusterName DataprocClusterAsClusterName { get; set; }ClusterName-typed view over the DataprocCluster resource name property.
| Property Value | |
|---|---|
| Type | Description |
ClusterName |
|