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 webpage provides documentation for the `SparkHistoryServerConfig` class within the Google Cloud Dataproc v1 API, which is used for configuring the Spark History Server for workloads."],["The latest version of this documentation is for version 5.17.0, and it lists the documentation for older versions down to version 3.1.0."],["The `SparkHistoryServerConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class has two constructors: a default constructor and one that takes another `SparkHistoryServerConfig` object as a parameter, allowing for object creation and cloning."],["The `DataprocCluster` property is a string that represents the resource name of an existing Dataproc Cluster, serving as the Spark History Server, and it is optional."]]],[]]