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."],[[["The latest version available for `SparkHistoryServerConfig` within the Google Cloud Dataproc v1 API is 5.17.0, with a range of prior versions accessible back to 3.1.0."],["`SparkHistoryServerConfig` is a class used for configuring the Spark History Server for a Dataproc workload and is part of the `Google.Cloud.Dataproc.V1` namespace."],["The `SparkHistoryServerConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["It includes a `DataprocCluster` property of string type, allowing specification of an existing Dataproc Cluster to serve as the workload's Spark History Server."],["The class has two constructors: a default one, `SparkHistoryServerConfig()`, and one that takes another `SparkHistoryServerConfig` instance as an argument."]]],[]]