GoogleApi.Dataproc.V1.Model.AuxiliaryServicesConfig (google_api_dataproc v0.59.0)

View Source

Auxiliary services configuration for a Cluster.

Attributes

  • metastoreConfig (type: GoogleApi.Dataproc.V1.Model.MetastoreConfig.t, default: nil) - Optional. The Hive Metastore configuration for this workload.
  • sparkHistoryServerConfig (type: GoogleApi.Dataproc.V1.Model.SparkHistoryServerConfig.t, default: nil) - Optional. The Spark History Server configuration for the workload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.AuxiliaryServicesConfig{
  metastoreConfig: GoogleApi.Dataproc.V1.Model.MetastoreConfig.t() | nil,
  sparkHistoryServerConfig:
    GoogleApi.Dataproc.V1.Model.SparkHistoryServerConfig.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.