GoogleApi.Dataproc.V1.Model.SparkHistoryServerConfig (google_api_dataproc v0.59.0)
View SourceSpark History Server configuration for the workload.
Attributes
-
dataprocCluster
(type:String.t
, default:nil
) - Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.SparkHistoryServerConfig{ dataprocCluster: String.t() | nil }