public sealed class SparkHistoryServerConfig : IMessage<SparkHistoryServerConfig>, IEquatable<SparkHistoryServerConfig>, IDeepCloneable<SparkHistoryServerConfig>, IBufferMessage, IMessage
Spark History Server configuration for the workload.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `SparkHistoryServerConfig` class within the `Google.Cloud.Dataproc.V1` namespace, which is used for Spark History Server configuration in workloads."],["The class is found in the `Google.Cloud.Dataproc.V1.dll` assembly and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It supports a range of versions from 3.1.0 up to the latest 5.17.0 of `Google.Cloud.Dataproc.V1`, providing documentation links to each version."],["`SparkHistoryServerConfig` has a property, `DataprocCluster`, which is a string representing the resource name of an existing Dataproc Cluster to serve as the Spark History Server."],["The class includes two constructors: a default constructor `SparkHistoryServerConfig()` and a copy constructor `SparkHistoryServerConfig(SparkHistoryServerConfig other)`."]]],[]]