public sealed class AuxiliaryServicesConfig : IMessage<AuxiliaryServicesConfig>, IEquatable<AuxiliaryServicesConfig>, IDeepCloneable<AuxiliaryServicesConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class AuxiliaryServicesConfig.
Auxiliary services configuration for a Cluster.
Implements
IMessageAuxiliaryServicesConfig, IEquatableAuxiliaryServicesConfig, IDeepCloneableAuxiliaryServicesConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
AuxiliaryServicesConfig()
public AuxiliaryServicesConfig()AuxiliaryServicesConfig(AuxiliaryServicesConfig)
public AuxiliaryServicesConfig(AuxiliaryServicesConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
AuxiliaryServicesConfig |
Properties
MetastoreConfig
public MetastoreConfig MetastoreConfig { get; set; }Optional. The Hive Metastore configuration for this workload.
| Property Value | |
|---|---|
| Type | Description |
MetastoreConfig |
|
SparkHistoryServerConfig
public SparkHistoryServerConfig SparkHistoryServerConfig { get; set; }Optional. The Spark History Server configuration for the workload.
| Property Value | |
|---|---|
| Type | Description |
SparkHistoryServerConfig |
|