Struct google_dataproc1::SoftwareConfig [] [src]

pub struct SoftwareConfig {
    pub image_version: Option<String>,
    pub properties: Option<HashMap<String, String>>,
}

Specifies the selection and config of software inside the cluster.

This type is not used in any activity, and only used as part of another schema.

Fields

[Optional] The version of software inside the cluster. It must match the regular expression [0-9]+\.[0-9]+. If unspecified, it defaults to the latest version (see Cloud Dataproc Versioning).

[Optional] The properties to set on daemon config files. Property keys are specified in prefix:property format, such as core:fs.defaultFS. The following are supported prefixes and their mappings: * core: core-site.xml * hdfs: hdfs-site.xml * mapred: mapred-site.xml * yarn: yarn-site.xml * hive: hive-site.xml * pig: pig.properties * spark: spark-defaults.conf

Trait Implementations

impl Debug for SoftwareConfig
[src]

Formats the value using the given formatter.

impl Clone for SoftwareConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SoftwareConfig
[src]

Returns the "default value" for a type. Read more

impl Part for SoftwareConfig
[src]