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, used for configuring the Spark History Server for workloads."],["The latest version available is 5.17.0, and the page provides documentation for a range of versions, starting from version 3.1.0 up to the current 5.17.0."],["The `SparkHistoryServerConfig` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `DataprocCluster` property, which allows users to specify the name of an existing Dataproc cluster to serve as the Spark History Server."],["There are two constructors available for the `SparkHistoryServerConfig` class, a parameterless constructor and one that accepts another instance of `SparkHistoryServerConfig`."]]],[]]