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 latest version available is 5.17.0, with previous versions from 5.16.0 down to 5.0.0, and then further back to versions in the 3.x and 4.x range being documented, allowing for version specific review."],["The `SparkHistoryServerConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also inheriting members from the `Object` class."],["It offers two constructors: a default constructor `SparkHistoryServerConfig()` and a copy constructor `SparkHistoryServerConfig(SparkHistoryServerConfig other)` that accepts another `SparkHistoryServerConfig` object as parameter."],["The class contains a `DataprocCluster` property of type string, which is used to store the resource name of an existing Dataproc cluster that can serve as a Spark History Server."]]],[]]