public sealed class SparkHistoryServerConfig : IMessage<SparkHistoryServerConfig>, IEquatable<SparkHistoryServerConfig>, IDeepCloneable<SparkHistoryServerConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class SparkHistoryServerConfig.
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 page provides documentation for the `SparkHistoryServerConfig` class within the Google Cloud Dataproc v1 API, specifically for version 5.11.0."],["The `SparkHistoryServerConfig` class is used to configure the Spark History Server for workloads and it's related to multiple versions, with version 5.17.0 being the latest and 3.1.0 being the oldest on the page."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It includes properties like `DataprocCluster`, which allows specification of the resource name of a Dataproc Cluster to act as a Spark History Server."],["There are multiple constructors available, including a default constructor and one that takes another instance of `SparkHistoryServerConfig` as a parameter."]]],[]]