google_api_dataproc v0.14.0 GoogleApi.Dataproc.V1.Model.SoftwareConfig View Source

Specifies the selection and config of software inside the cluster.

Attributes

  • imageVersion (type: String.t, default: nil) - Optional. The version of software inside the cluster. It must be one of the supported Cloud Dataproc Versions, such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version. If unspecified, it defaults to the latest Debian version.
  • optionalComponents (type: list(String.t), default: nil) - The set of optional components to activate on the cluster.
  • properties (type: map(), default: nil) - Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Dataproc.V1.Model.SoftwareConfig{
  imageVersion: String.t(),
  optionalComponents: [String.t()],
  properties: map()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.